golib  0.5
goFunctor1< void, Tclass, Targ0 > Class Template Reference

Specialisation for void member functions. More...

#include <gofunctor2.h>

Public Types

typedef void(Tclass::* function_t) (Targ0 arg0)
 Function type represented by this class.
 
typedef void(Tclass::* function_t) (Targ0 arg0)
 Function type represented by this class.
 

Public Member Functions

 goFunctor1 (Tclass *object, 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
 
 goFunctor1 (Tclass *object, function_t function)
 
virtual void operator() (Targ0 arg0)
 Calls the function set to this functor. More...
 
virtual void operator() (Targ0 arg0) const
 

Detailed Description

template<class Tclass, class Targ0>
class goFunctor1< void, Tclass, Targ0 >

Specialisation for void member functions.

Member Function Documentation

◆ operator()() [1/2]

template<class Tclass , class Targ0 >
virtual void goFunctor1< void, Tclass, Targ0 >::operator() ( Targ0  arg0)
inlinevirtual

Calls the function set to this functor.

Parameters
pWhatever parameter the represented function takes.
Returns
Whatever the set function returns.

Implements goFunctorBase1< void, Targ0 >.

◆ operator()() [2/2]

template<class Tclass , class Targ0 >
virtual void goFunctor1< void, Tclass, Targ0 >::operator() ( Targ0  arg0)
inlinevirtual

Calls the function set to this functor.

Parameters
pWhatever parameter the represented function takes.
Returns
Whatever the set function returns.

Implements goFunctorBase1< void, Targ0 >.


The documentation for this class was generated from the following files: