HDK
|
Public Types | |
typedef void | ReturnType |
![]() | |
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 |
![]() | |
virtual | ~UT_FunctorImpl () |
Additional Inherited Members | |
![]() | |
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.