Classes | |
| class | Helper |
Public Types | |
| typedef void | ReturnType |
| typedef P1 | Parm1Type |
| typedef P2 | Parm2Type |
Public Member Functions | |
| UT_Functor2 () | |
| UT_Functor2 (UT_FunctorImpl2< void, 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) |
| void | operator() (Parm1Type parm1, Parm2Type parm2) const |
| bool | isSet () const |
Definition at line 205 of file UT_Functor.C.
| typedef P1 UT_Functor2< void, P1, P2 >::Parm1Type |
Definition at line 209 of file UT_Functor.C.
| typedef P2 UT_Functor2< void, P1, P2 >::Parm2Type |
Definition at line 210 of file UT_Functor.C.
| typedef void UT_Functor2< void, P1, P2 >::ReturnType |
Definition at line 208 of file UT_Functor.C.
| UT_Functor2< void, P1, P2 >::UT_Functor2 | ( | ) | [inline] |
Definition at line 212 of file UT_Functor.C.
| UT_Functor2< void, P1, P2 >::UT_Functor2 | ( | UT_FunctorImpl2< void, Parm1Type, Parm2Type > * | functor_impl | ) | [inline, explicit] |
Definition at line 214 of file UT_Functor.C.
| UT_Functor2< void, P1, P2 >::UT_Functor2 | ( | FunctorType | functor | ) | [inline] |
Definition at line 220 of file UT_Functor.C.
| UT_Functor2< void, P1, P2 >::UT_Functor2 | ( | const PointerToObj & | pointer, | |
| PointerToMemFn | method | |||
| ) | [inline] |
Definition at line 225 of file UT_Functor.C.
| UT_Functor2< void, P1, P2 >::~UT_Functor2 | ( | ) | [inline] |
Definition at line 230 of file UT_Functor.C.
| bool UT_Functor2< void, P1, P2 >::isSet | ( | ) | const [inline] |
Definition at line 254 of file UT_Functor.C.
| void UT_Functor2< void, P1, P2 >::operator() | ( | Parm1Type | parm1, | |
| Parm2Type | parm2 | |||
| ) | const [inline] |
Definition at line 248 of file UT_Functor.C.
| UT_Functor2& UT_Functor2< void, P1, P2 >::operator= | ( | const UT_Functor2< void, P1, P2 > & | functor | ) | [inline] |
Definition at line 236 of file UT_Functor.C.
1.5.9