#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 | ~UT_FunctorImpl1 () |
Definition at line 90 of file UT_Functor.h.
| typedef P1 UT_FunctorImpl1< R, P1 >::Parm1Type |
Reimplemented in UT_MemFunHandler1< UT_Functor1< void, P1 >, PointerToObj, PointerToMemFn >, UT_FunctorHandler1< ParentFunctor, FunctorType >, UT_MemFunHandler1< ParentFunctor, PointerToObj, PointerToMemFn >, and UT_BindFirstImpl1< Incoming >.
Definition at line 94 of file UT_Functor.h.
| typedef R UT_FunctorImpl1< R, P1 >::ReturnType |
Reimplemented in UT_MemFunHandler1< UT_Functor1< void, P1 >, PointerToObj, PointerToMemFn >, UT_FunctorHandler1< ParentFunctor, FunctorType >, UT_MemFunHandler1< ParentFunctor, PointerToObj, PointerToMemFn >, and UT_BindFirstImpl1< Incoming >.
Definition at line 93 of file UT_Functor.h.
| virtual UT_FunctorImpl1< R, P1 >::~UT_FunctorImpl1 | ( | ) | [inline, virtual] |
Definition at line 97 of file UT_Functor.h.
| virtual UT_FunctorImpl1<ReturnType, Parm1Type>* UT_FunctorImpl1< R, P1 >::clone | ( | ) | const [pure virtual] |
| virtual ReturnType UT_FunctorImpl1< R, P1 >::operator() | ( | Parm1Type | parm1 | ) | const [pure virtual] |
1.5.9