golib
0.5
|
Base for functor objects with 1 arguments. More...
#include <gofunctor2.h>
Public Member Functions | |
virtual Tret | operator() (Targ0 arg0)=0 |
Purely virtual function. In derived classes, calls the function represented by this functor. More... | |
virtual Tret | operator() (Targ0 arg0) const =0 |
virtual goFunctorBase1< Tret, Targ0 > * | createCopy () const =0 |
virtual Tret | operator() (Targ0 arg0)=0 |
Purely virtual function. In derived classes, calls the function represented by this functor. More... | |
virtual Tret | operator() (Targ0 arg0) const =0 |
Base for functor objects with 1 arguments.
|
pure virtual |
Purely virtual function. In derived classes, calls the function represented by this functor.
Implemented in goFunctor1< void, Tclass, Targ0 >, goFunctor1< Tret, Tclass, Targ0 >, goFunction1< void, Targ0 >, goFunctor1< void, Tclass, Targ0 >, goFunction1< Tret, Targ0 >, goFunctor1< Tret, Tclass, Targ0 >, goFunction1< void, Targ0 >, and goFunction1< Tret, Targ0 >.
|
pure virtual |
Purely virtual function. In derived classes, calls the function represented by this functor.
Implemented in goFunctor1< void, Tclass, Targ0 >, goFunctor1< Tret, Tclass, Targ0 >, goFunction1< void, Targ0 >, goFunctor1< void, Tclass, Targ0 >, goFunction1< Tret, Targ0 >, goFunctor1< Tret, Tclass, Targ0 >, goFunction1< void, Targ0 >, and goFunction1< Tret, Targ0 >.