golib  0.5
goFunctorBase1< Tret, Targ0 > Class Template Referenceabstract

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
 

Detailed Description

template<class Tret, class Targ0>
class goFunctorBase1< Tret, Targ0 >

Base for functor objects with 1 arguments.

Member Function Documentation

◆ operator()() [1/2]

template<class Tret, class Targ0>
virtual Tret goFunctorBase1< Tret, Targ0 >::operator() ( Targ0  arg0)
pure virtual

◆ operator()() [2/2]

template<class Tret, class Targ0>
virtual Tret goFunctorBase1< Tret, Targ0 >::operator() ( Targ0  arg0)
pure virtual

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