#include <FUFunctor.h>
Inheritance diagram for FUStaticFunctor0< ReturnType >:
Public Member Functions | |
FUStaticFunctor0 (ReturnType(*function)()) | |
Constructor. | |
virtual | ~FUStaticFunctor0 () |
Destructor. | |
virtual ReturnType | operator() () const |
Calls the functor. | |
virtual bool | Compare (void *UNUSED(object), void *function) const |
Checks whether this pseudo-functor points towards the given function. | |
virtual IFunctor0< ReturnType > * | Copy () const |
Returns a copy of this functor. |
|
Constructor.
|
|
Checks whether this pseudo-functor points towards the given function.
|
|
Calls the functor.
Implements IFunctor0< ReturnType >. |