HDK
|
#include <UT_Functor.h>
Public Types | |
typedef ParentFunctor::ReturnType | ReturnType |
typedef ParentFunctor::Parm1Type | Parm1Type |
typedef ParentFunctor::Parm2Type | Parm2Type |
![]() | |
typedef ParentFunctor::ReturnType | ReturnType |
typedef ParentFunctor::Parm1Type | Parm1Type |
typedef ParentFunctor::Parm2Type | Parm2Type |
Public Member Functions | |
UT_MemFunHandler2 (const PointerToObj &pointer_to_obj, const PointerToMemFn pointer_to_mem_fn) | |
UT_FunctorImpl2< ReturnType, Parm1Type, Parm2Type > * | clone () const override |
ReturnType | operator() (Parm1Type parm1, Parm2Type parm2) const override |
![]() | |
virtual | ~UT_FunctorImpl2 () |
Definition at line 257 of file UT_Functor.h.
typedef ParentFunctor::Parm1Type UT_MemFunHandler2< ParentFunctor, PointerToObj, PointerToMemFn >::Parm1Type |
Definition at line 264 of file UT_Functor.h.
typedef ParentFunctor::Parm2Type UT_MemFunHandler2< ParentFunctor, PointerToObj, PointerToMemFn >::Parm2Type |
Definition at line 265 of file UT_Functor.h.
typedef ParentFunctor::ReturnType UT_MemFunHandler2< ParentFunctor, PointerToObj, PointerToMemFn >::ReturnType |
Definition at line 263 of file UT_Functor.h.
|
inline |
Definition at line 267 of file UT_Functor.h.
|
inlineoverridevirtual |
Implements UT_FunctorImpl2< ParentFunctor::ReturnType, ParentFunctor::Parm1Type, ParentFunctor::Parm2Type >.
Definition at line 272 of file UT_Functor.h.
|
inlineoverridevirtual |
Implements UT_FunctorImpl2< ParentFunctor::ReturnType, ParentFunctor::Parm1Type, ParentFunctor::Parm2Type >.
Definition at line 276 of file UT_Functor.h.