CHROMA
|
#include <objfunctor.h>
Public Types | |
typedef Base::ResultType | ResultType |
typedef Base::Parm1 | Parm1 |
typedef Base::Parm2 | Parm2 |
typedef Base::Parm3 | Parm3 |
typedef Base::Parm4 | Parm4 |
typedef Base::Parm5 | Parm5 |
Public Member Functions | |
FunctorHandler (const Fun &fun) | |
ResultType | operator() () |
ResultType | operator() (Parm1 p1) |
ResultType | operator() (Parm1 p1, Parm2 p2) |
ResultType | operator() (Parm1 p1, Parm2 p2, Parm3 p3) |
ResultType | operator() (Parm1 p1, Parm2 p2, Parm3 p3, Parm4 p4) |
ResultType | operator() (Parm1 p1, Parm2 p2, Parm3 p3, Parm4 p4, Parm5 p5) |
Private Types | |
typedef ParentFunctor::Impl | Base |
Private Attributes | |
Fun | f_ |
Definition at line 172 of file objfunctor.h.
|
private |
Definition at line 175 of file objfunctor.h.
typedef Base::Parm1 Chroma::FunctorHandler< ParentFunctor, Fun >::Parm1 |
Definition at line 179 of file objfunctor.h.
typedef Base::Parm2 Chroma::FunctorHandler< ParentFunctor, Fun >::Parm2 |
Definition at line 180 of file objfunctor.h.
typedef Base::Parm3 Chroma::FunctorHandler< ParentFunctor, Fun >::Parm3 |
Definition at line 181 of file objfunctor.h.
typedef Base::Parm4 Chroma::FunctorHandler< ParentFunctor, Fun >::Parm4 |
Definition at line 182 of file objfunctor.h.
typedef Base::Parm5 Chroma::FunctorHandler< ParentFunctor, Fun >::Parm5 |
Definition at line 183 of file objfunctor.h.
typedef Base::ResultType Chroma::FunctorHandler< ParentFunctor, Fun >::ResultType |
Definition at line 178 of file objfunctor.h.
|
inline |
Definition at line 185 of file objfunctor.h.
|
inline |
Definition at line 191 of file objfunctor.h.
References Chroma::FunctorHandler< ParentFunctor, Fun >::f_.
|
inline |
Definition at line 194 of file objfunctor.h.
References Chroma::FunctorHandler< ParentFunctor, Fun >::f_.
|
inline |
Definition at line 197 of file objfunctor.h.
References Chroma::FunctorHandler< ParentFunctor, Fun >::f_.
|
inline |
Definition at line 200 of file objfunctor.h.
References Chroma::FunctorHandler< ParentFunctor, Fun >::f_.
|
inline |
Definition at line 203 of file objfunctor.h.
References Chroma::FunctorHandler< ParentFunctor, Fun >::f_.
|
inline |
Definition at line 206 of file objfunctor.h.
References Chroma::FunctorHandler< ParentFunctor, Fun >::f_.
|
private |
Definition at line 210 of file objfunctor.h.
Referenced by Chroma::FunctorHandler< ParentFunctor, Fun >::operator()().