HDK
|
#include <UT_Functor.h>
Public Types | |
typedef R | ReturnType |
typedef P1 | Parm1Type |
Public Member Functions | |
virtual ReturnType | operator() (Parm1Type parm1) const =0 |
virtual UT_FunctorImpl1 < ReturnType, Parm1Type > * | clone () const =0 |
virtual int64 | getMemoryUsage (bool inclusive) const =0 |
virtual | ~UT_FunctorImpl1 () |
Protected Member Functions | |
UT_FunctorImpl1 ()=default | |
UT_FunctorImpl1 (const UT_FunctorImpl1 &)=default | |
UT_FunctorImpl1 & | operator= (const UT_FunctorImpl1 &)=delete |
Definition at line 87 of file UT_Functor.h.
typedef P1 UT_FunctorImpl1< R, P1 >::Parm1Type |
Definition at line 91 of file UT_Functor.h.
typedef R UT_FunctorImpl1< R, P1 >::ReturnType |
Definition at line 90 of file UT_Functor.h.
|
inlinevirtual |
Definition at line 95 of file UT_Functor.h.
|
protecteddefault |
|
protecteddefault |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
protecteddelete |