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

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