Classes | Functions

functor.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fcn_ptr< RT, PT >
class  functor< RT, PT >
class  functor_with_conversion< CT, RT, PT >

Functions

template<typename RT , typename PT >
functor< RT, PT > func_ptr (RT(*f)(PT))
template<typename CT , typename RT , typename PT >
functor_with_conversion< CT,
RT, PT > 
func_ptr_with_conversion (RT(*f)(PT))

Function Documentation

template<typename RT , typename PT >
functor<RT, PT> func_ptr ( RT(*)(PT)  f  ) 

Definition at line 63 of file functor.h.

References f.

template<typename CT , typename RT , typename PT >
functor_with_conversion<CT, RT, PT> func_ptr_with_conversion ( RT(*)(PT)  f  ) 

Definition at line 70 of file functor.h.

References f.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines