|
golib
0.5
|
Specialisation for void member functions. More...
#include <gofunctor2.h>
Public Types | |
| typedef void(Tclass::* | function_t) () |
| Function type represented by this class. | |
| typedef void(Tclass::* | function_t) () |
| Function type represented by this class. | |
Public Member Functions | |
| goFunctor0 (Tclass *object, function_t function) | |
| virtual void | operator() () |
| Calls the function set to this functor. More... | |
| virtual void | operator() () const |
| virtual goFunctorBase0< void > * | createCopy () const |
| goFunctor0 (Tclass *object, function_t function) | |
| virtual void | operator() () |
| Calls the function set to this functor. More... | |
| virtual void | operator() () const |
Specialisation for void member 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 >.