#include <UT_Functor.h>

Public Types | |
| typedef ParentFunctor::ReturnType | ReturnType |
| typedef ParentFunctor::Parm1Type | Parm1Type |
Public Member Functions | |
| UT_MemFunHandler1 (const PointerToObj &pointer_to_obj, const PointerToMemFn pointer_to_mem_fn) | |
| virtual UT_FunctorImpl1 < ReturnType, Parm1Type > * | clone () const |
| virtual ReturnType | operator() (Parm1Type parm1) const |
Definition at line 223 of file UT_Functor.h.
| typedef ParentFunctor::Parm1Type UT_MemFunHandler1< ParentFunctor, PointerToObj, PointerToMemFn >::Parm1Type |
Reimplemented from UT_FunctorImpl1< ParentFunctor::ReturnType, ParentFunctor::Parm1Type >.
Definition at line 229 of file UT_Functor.h.
| typedef ParentFunctor::ReturnType UT_MemFunHandler1< ParentFunctor, PointerToObj, PointerToMemFn >::ReturnType |
Reimplemented from UT_FunctorImpl1< ParentFunctor::ReturnType, ParentFunctor::Parm1Type >.
Definition at line 228 of file UT_Functor.h.
| UT_MemFunHandler1< ParentFunctor, PointerToObj, PointerToMemFn >::UT_MemFunHandler1 | ( | const PointerToObj & | pointer_to_obj, | |
| const PointerToMemFn | pointer_to_mem_fn | |||
| ) | [inline] |
Definition at line 231 of file UT_Functor.h.
| virtual UT_FunctorImpl1<ReturnType, Parm1Type>* UT_MemFunHandler1< ParentFunctor, PointerToObj, PointerToMemFn >::clone | ( | ) | const [inline, virtual] |
Implements UT_FunctorImpl1< ParentFunctor::ReturnType, ParentFunctor::Parm1Type >.
Definition at line 236 of file UT_Functor.h.
| virtual ReturnType UT_MemFunHandler1< ParentFunctor, PointerToObj, PointerToMemFn >::operator() | ( | Parm1Type | parm1 | ) | const [inline, virtual] |
Implements UT_FunctorImpl1< ParentFunctor::ReturnType, ParentFunctor::Parm1Type >.
Definition at line 240 of file UT_Functor.h.
1.5.9