#include <UT_Functor.h>

Public Types | |
| typedef ParentFunctor::ReturnType | ReturnType |
Public Member Functions | |
| UT_MemFunHandler (const PointerToObj &pointer_to_obj, const PointerToMemFn pointer_to_mem_fn) | |
| virtual UT_FunctorImpl < ReturnType > * | clone () const |
| virtual ReturnType | operator() () const |
Definition at line 196 of file UT_Functor.h.
| typedef ParentFunctor::ReturnType UT_MemFunHandler< ParentFunctor, PointerToObj, PointerToMemFn >::ReturnType |
Reimplemented from UT_FunctorImpl< ParentFunctor::ReturnType >.
Definition at line 200 of file UT_Functor.h.
| UT_MemFunHandler< ParentFunctor, PointerToObj, PointerToMemFn >::UT_MemFunHandler | ( | const PointerToObj & | pointer_to_obj, | |
| const PointerToMemFn | pointer_to_mem_fn | |||
| ) | [inline] |
Definition at line 202 of file UT_Functor.h.
| virtual UT_FunctorImpl<ReturnType>* UT_MemFunHandler< ParentFunctor, PointerToObj, PointerToMemFn >::clone | ( | ) | const [inline, virtual] |
Implements UT_FunctorImpl< ParentFunctor::ReturnType >.
Definition at line 207 of file UT_Functor.h.
| virtual ReturnType UT_MemFunHandler< ParentFunctor, PointerToObj, PointerToMemFn >::operator() | ( | ) | const [inline, virtual] |
Implements UT_FunctorImpl< ParentFunctor::ReturnType >.
Definition at line 211 of file UT_Functor.h.
1.5.9