#include <FUFunctor.h>
Inheritance diagram for IFunctor0< ReturnType >:

Public Member Functions | |
| virtual | ~IFunctor0 () |
| Destructor. | |
| virtual ReturnType | operator() () const =0 |
| Calls the functor. | |
| virtual bool | Compare (void *object, void *function) const =0 |
| Checks whether this functor points towards the given member function. | |
| virtual IFunctor0< ReturnType > * | Copy () const =0 |
| Returns a copy of this functor. | |
|
||||||||||||||||
|
Checks whether this functor points towards the given member function.
Implemented in FUFunctor0< Class, ReturnType >. |
|
|||||||||
|
Calls the functor.
Implemented in FUFunctor0< Class, ReturnType >, and FUStaticFunctor0< ReturnType >. |
1.4.6-NO