#include <UT_Functor.h>
Classes | |
| class | Helper |
Public Types | |
| typedef R | ReturnType |
| typedef P1 | Parm1Type |
Public Member Functions | |
| UT_Functor1 () | |
| UT_Functor1 (UT_FunctorImpl1< ReturnType, Parm1Type > *functor_implementation) | |
| template<typename FunctorType > | |
| UT_Functor1 (FunctorType functor) | |
| template<typename PointerToObj , typename PointerToMemFn > | |
| UT_Functor1 (const PointerToObj &pointer, PointerToMemFn method) | |
| ~UT_Functor1 () | |
| UT_Functor1 & | operator= (const UT_Functor1 &functor) |
| ReturnType | operator() (Parm1Type parm1) const |
| bool | isSet () const |
Definition at line 377 of file UT_Functor.h.
| typedef P1 UT_Functor1< R, P1 >::Parm1Type |
Definition at line 381 of file UT_Functor.h.
| typedef R UT_Functor1< R, P1 >::ReturnType |
Definition at line 380 of file UT_Functor.h.
| UT_Functor1< R, P1 >::UT_Functor1 | ( | ) | [inline] |
Definition at line 383 of file UT_Functor.h.
| UT_Functor1< R, P1 >::UT_Functor1 | ( | UT_FunctorImpl1< ReturnType, Parm1Type > * | functor_implementation | ) | [inline, explicit] |
Definition at line 385 of file UT_Functor.h.
| UT_Functor1< R, P1 >::UT_Functor1 | ( | FunctorType | functor | ) | [inline] |
Definition at line 391 of file UT_Functor.h.
| UT_Functor1< R, P1 >::UT_Functor1 | ( | const PointerToObj & | pointer, | |
| PointerToMemFn | method | |||
| ) | [inline] |
Definition at line 396 of file UT_Functor.h.
| UT_Functor1< R, P1 >::~UT_Functor1 | ( | ) | [inline] |
Definition at line 401 of file UT_Functor.h.
| bool UT_Functor1< R, P1 >::isSet | ( | ) | const [inline] |
Definition at line 424 of file UT_Functor.h.
| ReturnType UT_Functor1< R, P1 >::operator() | ( | Parm1Type | parm1 | ) | const [inline] |
Definition at line 418 of file UT_Functor.h.
| UT_Functor1& UT_Functor1< R, P1 >::operator= | ( | const UT_Functor1< R, P1 > & | functor | ) | [inline] |
Definition at line 407 of file UT_Functor.h.
1.5.9