![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <Functor.hpp>


Public Types | |
| typedef fPtr | functionPointer |
Public Member Functions | |
| virtual RetVal | operator() () const |
| The operator to be called to execute the functor. | |
| TFunctor (T *Obj, fPtr F) | |
| A constructor taking the object to be called with the function pointer. | |
Private Attributes | |
| fPtr | f |
| The function pointer. | |
| T * | obj |
| The object to be called with the function pointer. | |
Definition at line 109 of file Functor.hpp.
| typedef fPtr wns::TFunctor< T, RetVal, funcType, fPtr >::functionPointer |
Definition at line 112 of file Functor.hpp.
| wns::TFunctor< T, RetVal, funcType, fPtr >::TFunctor | ( | T * | Obj, | |
| fPtr | F | |||
| ) | [inline] |
Definition at line 116 of file Functor.hpp.
| virtual RetVal wns::TFunctor< T, RetVal, funcType, fPtr >::operator() | ( | ) | const [inline, virtual] |
fPtr wns::TFunctor< T, RetVal, funcType, fPtr >::f [private] |
Definition at line 131 of file Functor.hpp.
T* wns::TFunctor< T, RetVal, funcType, fPtr >::obj [private] |
Definition at line 127 of file Functor.hpp.
1.5.5