HDK
|
Public Types | |
using | this_type = UT_Functor1< void, P1 > |
typedef void | ReturnType |
typedef P1 | Parm1Type |
Public Member Functions | |
UT_Functor1 () | |
UT_Functor1 (UT_FunctorImpl1< void, Parm1Type > *functor_implementation) | |
UT_Functor1 (const this_type &src) | |
template<typename FunctorType > | |
UT_Functor1 (FunctorType functor) | |
template<typename PointerToObj , typename PointerToMemFn > | |
UT_Functor1 (const PointerToObj &pointer, PointerToMemFn method) | |
~UT_Functor1 () | |
UT_Functor1 & | operator= (const UT_Functor1 &functor) |
void | operator() (Parm1Type parm1) const |
bool | isSet () const |
int64 | getMemoryUsage (bool inclusive) const |
Definition at line 125 of file UT_Functor.C.
typedef P1 UT_Functor1< void, P1 >::Parm1Type |
Definition at line 130 of file UT_Functor.C.
typedef void UT_Functor1< void, P1 >::ReturnType |
Definition at line 129 of file UT_Functor.C.
using UT_Functor1< void, P1 >::this_type = UT_Functor1<void, P1> |
Definition at line 128 of file UT_Functor.C.
|
inline |
Definition at line 132 of file UT_Functor.C.
|
inlineexplicit |
Definition at line 134 of file UT_Functor.C.
|
inline |
Definition at line 139 of file UT_Functor.C.
|
inline |
Definition at line 146 of file UT_Functor.C.
|
inline |
Definition at line 151 of file UT_Functor.C.
|
inline |
Definition at line 156 of file UT_Functor.C.
|
inline |
Definition at line 183 of file UT_Functor.C.
|
inline |
Definition at line 180 of file UT_Functor.C.
|
inline |
Definition at line 174 of file UT_Functor.C.
|
inline |
Definition at line 162 of file UT_Functor.C.