
Public Types | |
| typedef void | ReturnType |
| typedef P1 | Parm1Type |
| typedef P2 | Parm2Type |
Public Member Functions | |
| UT_MemFunHandler2 (const PointerToObj &pointer_to_obj, const PointerToMemFn pointer_to_mem_fn) | |
| virtual UT_FunctorImpl2< void, Parm1Type, Parm2Type > * | clone () const |
| virtual void | operator() (Parm1Type parm1, Parm2Type parm2) const |
Definition at line 100 of file UT_Functor.C.
| typedef P1 UT_MemFunHandler2< UT_Functor2< void, P1, P2 >, PointerToObj, PointerToMemFn >::Parm1Type |
| typedef P2 UT_MemFunHandler2< UT_Functor2< void, P1, P2 >, PointerToObj, PointerToMemFn >::Parm2Type |
| typedef void UT_MemFunHandler2< UT_Functor2< void, P1, P2 >, PointerToObj, PointerToMemFn >::ReturnType |
| UT_MemFunHandler2< UT_Functor2< void, P1, P2 >, PointerToObj, PointerToMemFn >::UT_MemFunHandler2 | ( | const PointerToObj & | pointer_to_obj, | |
| const PointerToMemFn | pointer_to_mem_fn | |||
| ) | [inline] |
Definition at line 108 of file UT_Functor.C.
| virtual UT_FunctorImpl2<void, Parm1Type, Parm2Type>* UT_MemFunHandler2< UT_Functor2< void, P1, P2 >, PointerToObj, PointerToMemFn >::clone | ( | ) | const [inline, virtual] |
| virtual void UT_MemFunHandler2< UT_Functor2< void, P1, P2 >, PointerToObj, PointerToMemFn >::operator() | ( | Parm1Type | parm1, | |
| Parm2Type | parm2 | |||
| ) | const [inline, virtual] |
1.5.9