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_FunctorHandler (const FunctorType &functor) | |
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 126 of file UT_Functor.h.
typedef ParentFunctor::ReturnType UT_FunctorHandler< ParentFunctor, FunctorType >::ReturnType |
Definition at line 130 of file UT_Functor.h.
|
inline |
Definition at line 132 of file UT_Functor.h.
|
inlineoverridevirtual |
Implements UT_FunctorImpl< ParentFunctor::ReturnType >.
Definition at line 139 of file UT_Functor.h.
|
inlineoverridevirtual |
Implements UT_FunctorImpl< ParentFunctor::ReturnType >.
Definition at line 142 of file UT_Functor.h.