CHROMA
Public Types | Public Member Functions | List of all members
Chroma::FunctorImpl< R, NullType > Class Template Referenceabstract

#include <objfunctor.h>

Inheritance diagram for Chroma::FunctorImpl< R, NullType >:
Chroma::Private::FunctorImplBase< R >

Public Types

typedef R ResultType
 
- 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() ()=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>
class Chroma::FunctorImpl< R, NullType >

Definition at line 71 of file objfunctor.h.

Member Typedef Documentation

◆ ResultType

template<typename R >
typedef R Chroma::FunctorImpl< R, NullType >::ResultType

Definition at line 75 of file objfunctor.h.

Member Function Documentation

◆ operator()()

template<typename R >
virtual R Chroma::FunctorImpl< R, NullType >::operator() ( )
pure virtual

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