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