golib  0.5
goFunctorBase9< Tret, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8 > Class Template Referenceabstract

Base for functor objects with 9 arguments. More...

#include <gofunctor2.h>

Public Member Functions

virtual Tret operator() (Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8)=0
 Purely virtual function. In derived classes, calls the function represented by this functor. More...
 
virtual Tret operator() (Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8) const =0
 
virtual goFunctorBase9< Tret, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8 > * createCopy () const =0
 
virtual Tret operator() (Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8)=0
 Purely virtual function. In derived classes, calls the function represented by this functor. More...
 
virtual Tret operator() (Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8) const =0
 

Detailed Description

template<class Tret, class Targ0, class Targ1, class Targ2, class Targ3, class Targ4, class Targ5, class Targ6, class Targ7, class Targ8>
class goFunctorBase9< Tret, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8 >

Base for functor objects with 9 arguments.

Member Function Documentation

◆ operator()() [1/2]

template<class Tret, class Targ0, class Targ1, class Targ2, class Targ3, class Targ4, class Targ5, class Targ6, class Targ7, class Targ8>
virtual Tret goFunctorBase9< Tret, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8 >::operator() ( Targ0  arg0,
Targ1  arg1,
Targ2  arg2,
Targ3  arg3,
Targ4  arg4,
Targ5  arg5,
Targ6  arg6,
Targ7  arg7,
Targ8  arg8 
)
pure virtual

◆ operator()() [2/2]

template<class Tret, class Targ0, class Targ1, class Targ2, class Targ3, class Targ4, class Targ5, class Targ6, class Targ7, class Targ8>
virtual Tret goFunctorBase9< Tret, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8 >::operator() ( Targ0  arg0,
Targ1  arg1,
Targ2  arg2,
Targ3  arg3,
Targ4  arg4,
Targ5  arg5,
Targ6  arg6,
Targ7  arg7,
Targ8  arg8 
)
pure virtual

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