golib
0.5
|
Function representation (not member function) for functions with 6 arguments. More...
#include <gofunctor2.h>
Public Types | |
typedef Tret(* | function_t) (Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5) |
Function type represented by this class. | |
typedef Tret(* | function_t) (Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5) |
Function type represented by this class. | |
Public Member Functions | |
goFunction6 (function_t function) | |
virtual Tret | operator() (Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5) |
Calls the function set to this functor. More... | |
virtual Tret | operator() (Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5) const |
virtual goFunctorBase6< Tret, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5 > * | createCopy () const |
goFunction6 (function_t function) | |
virtual Tret | operator() (Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5) |
Calls the function set to this functor. More... | |
virtual Tret | operator() (Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5) const |
Function representation (not member function) for functions with 6 arguments.
The first template argument is the return type, the others are argument types.
|
inlinevirtual |
Calls the function set to this functor.
p | Whatever parameter the represented function takes. |
Implements goFunctorBase6< Tret, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5 >.
|
inlinevirtual |
Calls the function set to this functor.
p | Whatever parameter the represented function takes. |
Implements goFunctorBase6< Tret, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5 >.