|
golib
0.5
|
Specialisation for void functions. More...
#include <gofunctor2.h>
Public Types | |
| typedef void(* | function_t) (Targ0 arg0, Targ1 arg1) |
| Function type represented by this class. | |
| typedef void(* | function_t) (Targ0 arg0, Targ1 arg1) |
| Function type represented by this class. | |
Public Member Functions | |
| goFunction2 (function_t function) | |
| virtual void | operator() (Targ0 arg0, Targ1 arg1) |
| Calls the function set to this functor. More... | |
| virtual void | operator() (Targ0 arg0, Targ1 arg1) const |
| virtual goFunctorBase2< void, Targ0, Targ1 > * | createCopy () const |
| goFunction2 (function_t function) | |
| virtual void | operator() (Targ0 arg0, Targ1 arg1) |
| Calls the function set to this functor. More... | |
| virtual void | operator() (Targ0 arg0, Targ1 arg1) const |
Specialisation for void functions.
|
inlinevirtual |
Calls the function set to this functor.
| p | Whatever parameter the represented function takes. |
Implements goFunctorBase2< void, Targ0, Targ1 >.
|
inlinevirtual |
Calls the function set to this functor.
| p | Whatever parameter the represented function takes. |
Implements goFunctorBase2< void, Targ0, Targ1 >.