
Public Types | |
| typedef void | ReturnType |
| typedef P1 | Parm1Type |
Public Member Functions | |
| UT_MemFunHandler1 (const PointerToObj &pointer_to_obj, const PointerToMemFn pointer_to_mem_fn) | |
| virtual UT_FunctorImpl1< void, P1 > * | clone () const |
| virtual void | operator() (Parm1Type parm1) const |
Definition at line 71 of file UT_Functor.C.
| typedef P1 UT_MemFunHandler1< UT_Functor1< void, P1 >, PointerToObj, PointerToMemFn >::Parm1Type |
| typedef void UT_MemFunHandler1< UT_Functor1< void, P1 >, PointerToObj, PointerToMemFn >::ReturnType |
| UT_MemFunHandler1< UT_Functor1< void, P1 >, PointerToObj, PointerToMemFn >::UT_MemFunHandler1 | ( | const PointerToObj & | pointer_to_obj, | |
| const PointerToMemFn | pointer_to_mem_fn | |||
| ) | [inline] |
Definition at line 78 of file UT_Functor.C.
| virtual UT_FunctorImpl1<void, P1>* UT_MemFunHandler1< UT_Functor1< void, P1 >, PointerToObj, PointerToMemFn >::clone | ( | ) | const [inline, virtual] |
| virtual void UT_MemFunHandler1< UT_Functor1< void, P1 >, PointerToObj, PointerToMemFn >::operator() | ( | Parm1Type | parm1 | ) | const [inline, virtual] |
1.5.9