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