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