#include <UT_Functor.h>

Public Types | |
| typedef ParentFunctor::ReturnType | ReturnType |
Public Member Functions | |
| UT_FunctorHandler (const FunctorType &functor) | |
| virtual UT_FunctorImpl < ReturnType > * | clone () const |
| virtual ReturnType | operator() () const |
Definition at line 120 of file UT_Functor.h.
| typedef ParentFunctor::ReturnType UT_FunctorHandler< ParentFunctor, FunctorType >::ReturnType |
Reimplemented from UT_FunctorImpl< ParentFunctor::ReturnType >.
Definition at line 124 of file UT_Functor.h.
| UT_FunctorHandler< ParentFunctor, FunctorType >::UT_FunctorHandler | ( | const FunctorType & | functor | ) | [inline] |
Definition at line 126 of file UT_Functor.h.
| virtual UT_FunctorImpl<ReturnType>* UT_FunctorHandler< ParentFunctor, FunctorType >::clone | ( | ) | const [inline, virtual] |
Implements UT_FunctorImpl< ParentFunctor::ReturnType >.
Definition at line 133 of file UT_Functor.h.
| virtual ReturnType UT_FunctorHandler< ParentFunctor, FunctorType >::operator() | ( | ) | const [inline, virtual] |
Implements UT_FunctorImpl< ParentFunctor::ReturnType >.
Definition at line 136 of file UT_Functor.h.
1.5.9