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 () |
Definition at line 96 of file UT_Functor.h.
typedef P1 UT_FunctorImpl2< R, P1, P2 >::Parm1Type |
Definition at line 100 of file UT_Functor.h.
typedef P2 UT_FunctorImpl2< R, P1, P2 >::Parm2Type |
Definition at line 101 of file UT_Functor.h.
typedef R UT_FunctorImpl2< R, P1, P2 >::ReturnType |
Definition at line 99 of file UT_Functor.h.
|
inlinevirtual |
Definition at line 104 of file UT_Functor.h.
|
pure virtual |
|
pure virtual |