#include <FUFunctor.h>
Inheritance diagram for FUFunctor0< Class, ReturnType >:

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