HDK
|
#include <UT_Functor.h>
Public Types | |
typedef ParentFunctor::ReturnType | ReturnType |
![]() | |
typedef ParentFunctor::ReturnType | ReturnType |
Public Member Functions | |
UT_MemFunHandler (const PointerToObj &pointer_to_obj, const PointerToMemFn pointer_to_mem_fn) | |
UT_FunctorImpl< ReturnType > * | clone () const override |
ReturnType | operator() () const override |
![]() | |
virtual | ~UT_FunctorImpl () |
Definition at line 195 of file UT_Functor.h.
typedef ParentFunctor::ReturnType UT_MemFunHandler< ParentFunctor, PointerToObj, PointerToMemFn >::ReturnType |
Definition at line 199 of file UT_Functor.h.
|
inline |
Definition at line 201 of file UT_Functor.h.
|
inlineoverridevirtual |
Implements UT_FunctorImpl< ParentFunctor::ReturnType >.
Definition at line 206 of file UT_Functor.h.
|
inlineoverridevirtual |
Implements UT_FunctorImpl< ParentFunctor::ReturnType >.
Definition at line 210 of file UT_Functor.h.