HDK
|
#include <UT_Functor.h>
Public Types | |
typedef R | ReturnType |
Public Member Functions | |
virtual ReturnType | operator() () const =0 |
virtual UT_FunctorImpl < ReturnType > * | clone () const =0 |
virtual | ~UT_FunctorImpl () |
Protected Member Functions | |
UT_FunctorImpl ()=default | |
UT_FunctorImpl (const UT_FunctorImpl &)=default | |
UT_FunctorImpl & | operator= (const UT_FunctorImpl &)=delete |
Definition at line 65 of file UT_Functor.h.
typedef R UT_FunctorImpl< R >::ReturnType |
Definition at line 68 of file UT_Functor.h.
|
inlinevirtual |
Definition at line 76 of file UT_Functor.h.
|
protecteddefault |
|
protecteddefault |
|
pure virtual |
|
pure virtual |
|
protecteddelete |