HDK
|
#include <UT_Functor.h>
Public Types | |
using | this_type = UT_Functor< R > |
typedef R | ReturnType |
Public Member Functions | |
UT_Functor () | |
UT_Functor (UT_FunctorImpl< ReturnType > *functor_implementation) | |
UT_Functor (const this_type &src) | |
template<typename FunctorType > | |
UT_Functor (FunctorType functor) | |
template<typename PointerToObj , typename PointerToMemFn > | |
UT_Functor (const PointerToObj &pointer, PointerToMemFn method) | |
~UT_Functor () | |
UT_Functor & | operator= (const UT_Functor &functor) |
ReturnType | operator() () const |
operator bool () const noexcept | |
bool | isSet () const |
Definition at line 301 of file UT_Functor.h.
typedef R UT_Functor< R >::ReturnType |
Definition at line 305 of file UT_Functor.h.
using UT_Functor< R >::this_type = UT_Functor<R> |
Definition at line 304 of file UT_Functor.h.
|
inline |
Definition at line 307 of file UT_Functor.h.
|
inlineexplicit |
Definition at line 310 of file UT_Functor.h.
|
inline |
Definition at line 314 of file UT_Functor.h.
|
inline |
Definition at line 327 of file UT_Functor.h.
|
inline |
Definition at line 335 of file UT_Functor.h.
|
inline |
Definition at line 341 of file UT_Functor.h.
|
inline |
Definition at line 372 of file UT_Functor.h.
|
inlineexplicitnoexcept |
Definition at line 369 of file UT_Functor.h.
|
inline |
Definition at line 363 of file UT_Functor.h.
|
inline |
Definition at line 348 of file UT_Functor.h.