HDK
|
#include <UT_Functor.h>
Public Types | |
using | this_type = UT_Functor1< R, P1 > |
typedef R | ReturnType |
typedef P1 | Parm1Type |
Public Member Functions | |
UT_Functor1 () | |
UT_Functor1 (UT_FunctorImpl1< ReturnType, Parm1Type > *functor_implementation) | |
template<typename FunctorType > | |
UT_Functor1 (FunctorType functor) | |
template<typename PointerToObj , typename PointerToMemFn > | |
UT_Functor1 (const PointerToObj &pointer, PointerToMemFn method) | |
UT_Functor1 (const this_type &src) | |
~UT_Functor1 () | |
UT_Functor1 & | operator= (const UT_Functor1 &functor) |
ReturnType | operator() (Parm1Type parm1) const |
operator bool () const noexcept | |
bool | isSet () const |
int64 | getMemoryUsage (bool inclusive) const |
Definition at line 404 of file UT_Functor.h.
typedef P1 UT_Functor1< R, P1 >::Parm1Type |
Definition at line 409 of file UT_Functor.h.
typedef R UT_Functor1< R, P1 >::ReturnType |
Definition at line 408 of file UT_Functor.h.
using UT_Functor1< R, P1 >::this_type = UT_Functor1<R, P1> |
Definition at line 407 of file UT_Functor.h.
|
inline |
Definition at line 411 of file UT_Functor.h.
|
inlineexplicit |
Definition at line 413 of file UT_Functor.h.
|
inline |
Definition at line 419 of file UT_Functor.h.
|
inline |
Definition at line 424 of file UT_Functor.h.
|
inline |
Definition at line 429 of file UT_Functor.h.
|
inline |
Definition at line 435 of file UT_Functor.h.
|
inline |
Definition at line 463 of file UT_Functor.h.
|
inline |
Definition at line 460 of file UT_Functor.h.
|
inlineexplicitnoexcept |
Definition at line 458 of file UT_Functor.h.
|
inline |
Definition at line 452 of file UT_Functor.h.
|
inline |
Definition at line 441 of file UT_Functor.h.