HDK
|
#include <UT_Functor.h>
Public Types | |
typedef Incoming::ReturnType | ReturnType |
typedef Incoming::Parm1Type | BoundType |
Public Types inherited from UT_FunctorImpl< Incoming::ReturnType > | |
typedef Incoming::ReturnType | ReturnType |
Public Member Functions | |
UT_BindFirstImpl (const Incoming &functor, BoundType bound_argument) | |
UT_FunctorImpl< ReturnType > * | clone () const override |
ReturnType | operator() () const override |
Public Member Functions inherited from UT_FunctorImpl< Incoming::ReturnType > | |
virtual | ~UT_FunctorImpl () |
Additional Inherited Members | |
Protected Member Functions inherited from UT_FunctorImpl< Incoming::ReturnType > | |
UT_FunctorImpl ()=default | |
UT_FunctorImpl (const UT_FunctorImpl &)=default | |
UT_FunctorImpl & | operator= (const UT_FunctorImpl &)=delete |
Definition at line 586 of file UT_Functor.h.
typedef Incoming::Parm1Type UT_BindFirstImpl< Incoming >::BoundType |
Definition at line 590 of file UT_Functor.h.
typedef Incoming::ReturnType UT_BindFirstImpl< Incoming >::ReturnType |
Definition at line 589 of file UT_Functor.h.
|
inline |
Definition at line 592 of file UT_Functor.h.
|
inlineoverridevirtual |
Implements UT_FunctorImpl< Incoming::ReturnType >.
Definition at line 596 of file UT_Functor.h.
|
inlineoverridevirtual |
Implements UT_FunctorImpl< Incoming::ReturnType >.
Definition at line 599 of file UT_Functor.h.