#include <UT_Functor.h>

Public Types | |
| typedef ParentFunctor::ReturnType | ReturnType |
| typedef ParentFunctor::Parm1Type | Parm1Type |
Public Member Functions | |
| UT_FunctorHandler1 (const FunctorType &functor) | |
| virtual UT_FunctorImpl1 < ReturnType, Parm1Type > * | clone () const |
| virtual ReturnType | operator() (Parm1Type parm1) const |
Definition at line 146 of file UT_Functor.h.
| typedef ParentFunctor::Parm1Type UT_FunctorHandler1< ParentFunctor, FunctorType >::Parm1Type |
Reimplemented from UT_FunctorImpl1< ParentFunctor::ReturnType, ParentFunctor::Parm1Type >.
Definition at line 152 of file UT_Functor.h.
| typedef ParentFunctor::ReturnType UT_FunctorHandler1< ParentFunctor, FunctorType >::ReturnType |
Reimplemented from UT_FunctorImpl1< ParentFunctor::ReturnType, ParentFunctor::Parm1Type >.
Definition at line 151 of file UT_Functor.h.
| UT_FunctorHandler1< ParentFunctor, FunctorType >::UT_FunctorHandler1 | ( | const FunctorType & | functor | ) | [inline] |
Definition at line 153 of file UT_Functor.h.
| virtual UT_FunctorImpl1<ReturnType, Parm1Type>* UT_FunctorHandler1< ParentFunctor, FunctorType >::clone | ( | ) | const [inline, virtual] |
Implements UT_FunctorImpl1< ParentFunctor::ReturnType, ParentFunctor::Parm1Type >.
Definition at line 156 of file UT_Functor.h.
| virtual ReturnType UT_FunctorHandler1< ParentFunctor, FunctorType >::operator() | ( | Parm1Type | parm1 | ) | const [inline, virtual] |
Implements UT_FunctorImpl1< ParentFunctor::ReturnType, ParentFunctor::Parm1Type >.
Definition at line 159 of file UT_Functor.h.
1.5.9