HDK
|
#include <UT_Functor.h>
Public Types | |
typedef ParentFunctor::ReturnType | ReturnType |
![]() | |
typedef ParentFunctor::ReturnType | ReturnType |
Public Member Functions | |
UT_FunctorHandler (const FunctorType &functor) | |
UT_FunctorImpl< ReturnType > * | clone () const override |
ReturnType | operator() () const override |
![]() | |
virtual | ~UT_FunctorImpl () |
Definition at line 113 of file UT_Functor.h.
typedef ParentFunctor::ReturnType UT_FunctorHandler< ParentFunctor, FunctorType >::ReturnType |
Definition at line 117 of file UT_Functor.h.
|
inline |
Definition at line 119 of file UT_Functor.h.
|
inlineoverridevirtual |
Implements UT_FunctorImpl< ParentFunctor::ReturnType >.
Definition at line 126 of file UT_Functor.h.
|
inlineoverridevirtual |
Implements UT_FunctorImpl< ParentFunctor::ReturnType >.
Definition at line 129 of file UT_Functor.h.