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