#include <UT_Functor.h>

Public Types | |
| typedef ParentFunctor::ReturnType | ReturnType |
| typedef ParentFunctor::Parm1Type | Parm1Type |
| typedef ParentFunctor::Parm2Type | Parm2Type |
Public Member Functions | |
| UT_FunctorHandler2 (const FunctorType &functor) | |
| virtual UT_FunctorImpl2 < ReturnType, Parm1Type, Parm2Type > * | clone () const |
| virtual ReturnType | operator() (Parm1Type parm1, Parm2Type parm2) const |
Definition at line 169 of file UT_Functor.h.
| typedef ParentFunctor::Parm1Type UT_FunctorHandler2< ParentFunctor, FunctorType >::Parm1Type |
Reimplemented from UT_FunctorImpl2< ParentFunctor::ReturnType, ParentFunctor::Parm1Type, ParentFunctor::Parm2Type >.
Definition at line 176 of file UT_Functor.h.
| typedef ParentFunctor::Parm2Type UT_FunctorHandler2< ParentFunctor, FunctorType >::Parm2Type |
Reimplemented from UT_FunctorImpl2< ParentFunctor::ReturnType, ParentFunctor::Parm1Type, ParentFunctor::Parm2Type >.
Definition at line 177 of file UT_Functor.h.
| typedef ParentFunctor::ReturnType UT_FunctorHandler2< ParentFunctor, FunctorType >::ReturnType |
Reimplemented from UT_FunctorImpl2< ParentFunctor::ReturnType, ParentFunctor::Parm1Type, ParentFunctor::Parm2Type >.
Definition at line 175 of file UT_Functor.h.
| UT_FunctorHandler2< ParentFunctor, FunctorType >::UT_FunctorHandler2 | ( | const FunctorType & | functor | ) | [inline] |
Definition at line 178 of file UT_Functor.h.
| virtual UT_FunctorImpl2<ReturnType, Parm1Type, Parm2Type>* UT_FunctorHandler2< ParentFunctor, FunctorType >::clone | ( | ) | const [inline, virtual] |
Implements UT_FunctorImpl2< ParentFunctor::ReturnType, ParentFunctor::Parm1Type, ParentFunctor::Parm2Type >.
Definition at line 181 of file UT_Functor.h.
| virtual ReturnType UT_FunctorHandler2< ParentFunctor, FunctorType >::operator() | ( | Parm1Type | parm1, | |
| Parm2Type | parm2 | |||
| ) | const [inline, virtual] |
Implements UT_FunctorImpl2< ParentFunctor::ReturnType, ParentFunctor::Parm1Type, ParentFunctor::Parm2Type >.
Definition at line 184 of file UT_Functor.h.
1.5.9