HDK
|
#include <UT_Functor.h>
Public Types | |
typedef ParentFunctor::ReturnType | ReturnType |
Public Types inherited from UT_FunctorImpl< ParentFunctor::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 |
Public Member Functions inherited from UT_FunctorImpl< ParentFunctor::ReturnType > | |
virtual | ~UT_FunctorImpl () |
Additional Inherited Members | |
Protected Member Functions inherited from UT_FunctorImpl< ParentFunctor::ReturnType > | |
UT_FunctorImpl ()=default | |
UT_FunctorImpl (const UT_FunctorImpl &)=default | |
UT_FunctorImpl & | operator= (const UT_FunctorImpl &)=delete |
Definition at line 208 of file UT_Functor.h.
typedef ParentFunctor::ReturnType UT_MemFunHandler< ParentFunctor, PointerToObj, PointerToMemFn >::ReturnType |
Definition at line 212 of file UT_Functor.h.
|
inline |
Definition at line 214 of file UT_Functor.h.
|
inlineoverridevirtual |
Implements UT_FunctorImpl< ParentFunctor::ReturnType >.
Definition at line 219 of file UT_Functor.h.
|
inlineoverridevirtual |
Implements UT_FunctorImpl< ParentFunctor::ReturnType >.
Definition at line 223 of file UT_Functor.h.