|
HDK
|
#include <UT_Functor.h>
Public Types | |
| typedef R | ReturnType |
| typedef P1 | Parm1Type |
| typedef P2 | Parm2Type |
Public Member Functions | |
| virtual ReturnType | operator() (Parm1Type parm1, Parm2Type parm2) const =0 |
| virtual UT_FunctorImpl2 < ReturnType, Parm1Type, Parm2Type > * | clone () const =0 |
| virtual | ~UT_FunctorImpl2 () |
Protected Member Functions | |
| UT_FunctorImpl2 ()=default | |
| UT_FunctorImpl2 (const UT_FunctorImpl2 &)=default | |
| UT_FunctorImpl2 & | operator= (const UT_FunctorImpl2 &)=delete |
Definition at line 105 of file UT_Functor.h.
| typedef P1 UT_FunctorImpl2< R, P1, P2 >::Parm1Type |
Definition at line 109 of file UT_Functor.h.
| typedef P2 UT_FunctorImpl2< R, P1, P2 >::Parm2Type |
Definition at line 110 of file UT_Functor.h.
| typedef R UT_FunctorImpl2< R, P1, P2 >::ReturnType |
Definition at line 108 of file UT_Functor.h.
|
inlinevirtual |
Definition at line 113 of file UT_Functor.h.
|
protecteddefault |
|
protecteddefault |
|
pure virtual |
|
pure virtual |
|
protecteddelete |