CHROMA
Public Types | Public Member Functions | List of all members
Chroma::FunctorImpl< R, TYPELIST_5(P1, P2, P3, P4, P5)> Class Template Referenceabstract

#include <objfunctor.h>

Inheritance diagram for Chroma::FunctorImpl< R, TYPELIST_5(P1, P2, P3, P4, P5)>:
Chroma::Private::FunctorImplBase< R >

Public Types

typedef R ResultType
 
typedef TypeTraits< P1 >::ParameterType Parm1
 
typedef TypeTraits< P2 >::ParameterType Parm2
 
typedef TypeTraits< P3 >::ParameterType Parm3
 
typedef TypeTraits< P4 >::ParameterType Parm4
 
typedef TypeTraits< P5 >::ParameterType Parm5
 
- Public Types inherited from Chroma::Private::FunctorImplBase< R >
typedef R ResultType
 
typedef EmptyType Parm1
 
typedef EmptyType Parm2
 
typedef EmptyType Parm3
 
typedef EmptyType Parm4
 
typedef EmptyType Parm5
 

Public Member Functions

virtual R operator() (Parm1, Parm2, Parm3, Parm4, Parm5)=0
 
- Public Member Functions inherited from Chroma::Private::FunctorImplBase< R >
virtual FunctorImplBaseDoClone () const =0
 

Additional Inherited Members

- Static Public Member Functions inherited from Chroma::Private::FunctorImplBase< R >
template<class U >
static UClone (U *pObj)
 

Detailed Description

template<typename R, typename P1, typename P2, typename P3, typename P4, typename P5>
class Chroma::FunctorImpl< R, TYPELIST_5(P1, P2, P3, P4, P5)>

Definition at line 152 of file objfunctor.h.

Member Typedef Documentation

◆ Parm1

template<typename R , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 >
typedef TypeTraits<P1>::ParameterType Chroma::FunctorImpl< R, TYPELIST_5(P1, P2, P3, P4, P5)>::Parm1

Definition at line 157 of file objfunctor.h.

◆ Parm2

template<typename R , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 >
typedef TypeTraits<P2>::ParameterType Chroma::FunctorImpl< R, TYPELIST_5(P1, P2, P3, P4, P5)>::Parm2

Definition at line 158 of file objfunctor.h.

◆ Parm3

template<typename R , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 >
typedef TypeTraits<P3>::ParameterType Chroma::FunctorImpl< R, TYPELIST_5(P1, P2, P3, P4, P5)>::Parm3

Definition at line 159 of file objfunctor.h.

◆ Parm4

template<typename R , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 >
typedef TypeTraits<P4>::ParameterType Chroma::FunctorImpl< R, TYPELIST_5(P1, P2, P3, P4, P5)>::Parm4

Definition at line 160 of file objfunctor.h.

◆ Parm5

template<typename R , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 >
typedef TypeTraits<P5>::ParameterType Chroma::FunctorImpl< R, TYPELIST_5(P1, P2, P3, P4, P5)>::Parm5

Definition at line 161 of file objfunctor.h.

◆ ResultType

template<typename R , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 >
typedef R Chroma::FunctorImpl< R, TYPELIST_5(P1, P2, P3, P4, P5)>::ResultType

Definition at line 156 of file objfunctor.h.

Member Function Documentation

◆ operator()()

template<typename R , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 >
virtual R Chroma::FunctorImpl< R, TYPELIST_5(P1, P2, P3, P4, P5)>::operator() ( Parm1  ,
Parm2  ,
Parm3  ,
Parm4  ,
Parm5   
)
pure virtual

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