#include <FUFunctor.h>
Inheritance diagram for IFunctor3< Arg1, Arg2, Arg3, ReturnType >:
Public Member Functions | |
virtual | ~IFunctor3 () |
Destructor. | |
virtual ReturnType | operator() (Arg1 argument1, Arg2 argument2, Arg3 argument3) 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 IFunctor3< Arg1, Arg2, Arg3, ReturnType > * | Copy () const =0 |
Returns a copy of this functor. |
|
Checks whether this functor points towards the given member function.
Implemented in FUFunctor3< Class, Arg1, Arg2, Arg3, ReturnType >. |
|
Calls the functor.
Implemented in FUFunctor3< Class, Arg1, Arg2, Arg3, ReturnType >, and FUStaticFunctor3< Arg1, Arg2, Arg3, ReturnType >. |