#include <UT_Functor.h>
Classes | |
| class | Helper |
Public Types | |
| typedef R | ReturnType |
| typedef P1 | Parm1Type |
| typedef P2 | Parm2Type |
Public Member Functions | |
| UT_Functor2 () | |
| UT_Functor2 (UT_FunctorImpl2< ReturnType, Parm1Type, Parm2Type > *functor_impl) | |
| template<typename FunctorType > | |
| UT_Functor2 (FunctorType functor) | |
| template<typename PointerToObj , typename PointerToMemFn > | |
| UT_Functor2 (const PointerToObj &pointer, PointerToMemFn method) | |
| ~UT_Functor2 () | |
| UT_Functor2 & | operator= (const UT_Functor2 &functor) |
| ReturnType | operator() (Parm1Type parm1, Parm2Type parm2) const |
| bool | isSet () const |
Definition at line 454 of file UT_Functor.h.
| typedef P1 UT_Functor2< R, P1, P2 >::Parm1Type |
Definition at line 458 of file UT_Functor.h.
| typedef P2 UT_Functor2< R, P1, P2 >::Parm2Type |
Definition at line 459 of file UT_Functor.h.
| typedef R UT_Functor2< R, P1, P2 >::ReturnType |
Definition at line 457 of file UT_Functor.h.
| UT_Functor2< R, P1, P2 >::UT_Functor2 | ( | ) | [inline] |
Definition at line 461 of file UT_Functor.h.
| UT_Functor2< R, P1, P2 >::UT_Functor2 | ( | UT_FunctorImpl2< ReturnType, Parm1Type, Parm2Type > * | functor_impl | ) | [inline, explicit] |
Definition at line 463 of file UT_Functor.h.
| UT_Functor2< R, P1, P2 >::UT_Functor2 | ( | FunctorType | functor | ) | [inline] |
Definition at line 469 of file UT_Functor.h.
| UT_Functor2< R, P1, P2 >::UT_Functor2 | ( | const PointerToObj & | pointer, | |
| PointerToMemFn | method | |||
| ) | [inline] |
Definition at line 474 of file UT_Functor.h.
| UT_Functor2< R, P1, P2 >::~UT_Functor2 | ( | ) | [inline] |
Definition at line 479 of file UT_Functor.h.
| bool UT_Functor2< R, P1, P2 >::isSet | ( | ) | const [inline] |
Definition at line 502 of file UT_Functor.h.
| ReturnType UT_Functor2< R, P1, P2 >::operator() | ( | Parm1Type | parm1, | |
| Parm2Type | parm2 | |||
| ) | const [inline] |
Definition at line 496 of file UT_Functor.h.
| UT_Functor2& UT_Functor2< R, P1, P2 >::operator= | ( | const UT_Functor2< R, P1, P2 > & | functor | ) | [inline] |
Definition at line 485 of file UT_Functor.h.
1.5.9