|
HDK
|
Inheritance diagram for UT_MemFunHandler< UT_Functor< void >, PointerToObj, PointerToMemFn >:Public Types | |
| typedef void | ReturnType |
Public Types inherited from UT_FunctorImpl< void > | |
| typedef void | ReturnType |
Public Member Functions | |
| UT_MemFunHandler (const PointerToObj &pointer_to_obj, const PointerToMemFn pointer_to_mem_fn) | |
| UT_FunctorImpl< void > * | clone () const override |
| void | operator() () const override |
Public Member Functions inherited from UT_FunctorImpl< void > | |
| virtual | ~UT_FunctorImpl () |
Additional Inherited Members | |
Protected Member Functions inherited from UT_FunctorImpl< void > | |
| UT_FunctorImpl ()=default | |
| UT_FunctorImpl (const UT_FunctorImpl &)=default | |
| UT_FunctorImpl & | operator= (const UT_FunctorImpl &)=delete |
Definition at line 36 of file UT_Functor.C.
| typedef void UT_MemFunHandler< UT_Functor< void >, PointerToObj, PointerToMemFn >::ReturnType |
Definition at line 40 of file UT_Functor.C.
|
inline |
Definition at line 42 of file UT_Functor.C.
|
inlineoverridevirtual |
Implements UT_FunctorImpl< void >.
Definition at line 47 of file UT_Functor.C.
|
inlineoverridevirtual |
Implements UT_FunctorImpl< void >.
Definition at line 52 of file UT_Functor.C.