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