#include <UT_Functor.h>
Classes | |
| class | Helper |
Public Types | |
| typedef R | ReturnType |
Public Member Functions | |
| UT_Functor () | |
| UT_Functor (UT_FunctorImpl< ReturnType > *functor_implementation) | |
| template<typename FunctorType > | |
| UT_Functor (FunctorType functor) | |
| template<typename PointerToObj , typename PointerToMemFn > | |
| UT_Functor (const PointerToObj &pointer, PointerToMemFn method) | |
| ~UT_Functor () | |
| UT_Functor & | operator= (const UT_Functor &functor) |
| ReturnType | operator() () const |
| bool | isSet () const |
| template<> | |
| void | operator() () const |
Definition at line 283 of file UT_Functor.h.
| typedef R UT_Functor< R >::ReturnType |
Definition at line 286 of file UT_Functor.h.
| UT_Functor< R >::UT_Functor | ( | ) | [inline] |
Definition at line 288 of file UT_Functor.h.
| UT_Functor< R >::UT_Functor | ( | UT_FunctorImpl< ReturnType > * | functor_implementation | ) | [inline, explicit] |
Definition at line 291 of file UT_Functor.h.
| UT_Functor< R >::UT_Functor | ( | FunctorType | functor | ) | [inline] |
Definition at line 302 of file UT_Functor.h.
| UT_Functor< R >::UT_Functor | ( | const PointerToObj & | pointer, | |
| PointerToMemFn | method | |||
| ) | [inline] |
Definition at line 310 of file UT_Functor.h.
| UT_Functor< R >::~UT_Functor | ( | ) | [inline] |
Definition at line 316 of file UT_Functor.h.
| bool UT_Functor< R >::isSet | ( | ) | const [inline] |
Definition at line 345 of file UT_Functor.h.
| void UT_Functor< void >::operator() | ( | ) | const [inline] |
Definition at line 32 of file UT_Functor.C.
| ReturnType UT_Functor< R >::operator() | ( | ) | const [inline] |
Definition at line 338 of file UT_Functor.h.
| UT_Functor& UT_Functor< R >::operator= | ( | const UT_Functor< R > & | functor | ) | [inline] |
Definition at line 323 of file UT_Functor.h.
1.5.9