#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 () |
Definition at line 73 of file UT_Functor.h.
| typedef R UT_FunctorImpl< R >::ReturnType |
Reimplemented in UT_MemFunHandler< UT_Functor< void >, PointerToObj, PointerToMemFn >, UT_FunctorHandler< ParentFunctor, FunctorType >, UT_MemFunHandler< ParentFunctor, PointerToObj, PointerToMemFn >, and UT_BindFirstImpl< Incoming >.
Definition at line 76 of file UT_Functor.h.
| virtual UT_FunctorImpl< R >::~UT_FunctorImpl | ( | ) | [inline, virtual] |
Definition at line 84 of file UT_Functor.h.
| virtual UT_FunctorImpl<ReturnType>* UT_FunctorImpl< R >::clone | ( | ) | const [pure virtual] |
| virtual ReturnType UT_FunctorImpl< R >::operator() | ( | ) | const [pure virtual] |
1.5.9