#include <objfunctor.h>
Inheritance diagram for Chroma::FunctorImpl< R, TYPELIST_1(P1)>:
_4.png)
Public Types | |
| typedef R | ResultType |
| typedef TypeTraits< P1 >::ParameterType | Parm1 |
Public Member Functions | |
| virtual R | operator() (Parm1)=0 |
Definition at line 86 of file objfunctor.h.
| typedef TypeTraits<P1>::ParameterType Chroma::FunctorImpl< R, TYPELIST_1(P1)>::Parm1 |
Reimplemented from Chroma::Private::FunctorImplBase< R >.
Definition at line 91 of file objfunctor.h.
| typedef R Chroma::FunctorImpl< R, TYPELIST_1(P1)>::ResultType |
Reimplemented from Chroma::Private::FunctorImplBase< R >.
Definition at line 90 of file objfunctor.h.
| virtual R Chroma::FunctorImpl< R, TYPELIST_1(P1)>::operator() | ( | Parm1 | ) | [pure virtual] |
1.4.7