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

Public Member Functions | |
| virtual RetVal | operator() () const =0 |
| The operator to be called to execute the functor. | |
| virtual | ~Functor () |
Definition at line 36 of file Functor.hpp.
| virtual wns::Functor< RetVal >::~Functor | ( | ) | [inline, virtual] |
Definition at line 46 of file Functor.hpp.
| virtual RetVal wns::Functor< RetVal >::operator() | ( | ) | const [pure virtual] |
Implemented in wns::TFunctor< T, RetVal, funcType, fPtr >, and wns::TFunctor< T >.
1.5.5