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