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

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