Classes | |
| class | Helper |
Public Types | |
| typedef void | ReturnType |
| typedef P1 | Parm1Type |
Public Member Functions | |
| UT_Functor1 () | |
| UT_Functor1 (UT_FunctorImpl1< void, 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) |
| void | operator() (Parm1Type parm1) const |
| bool | isSet () const |
Definition at line 127 of file UT_Functor.C.
| typedef P1 UT_Functor1< void, P1 >::Parm1Type |
Definition at line 131 of file UT_Functor.C.
| typedef void UT_Functor1< void, P1 >::ReturnType |
Definition at line 130 of file UT_Functor.C.
| UT_Functor1< void, P1 >::UT_Functor1 | ( | ) | [inline] |
Definition at line 133 of file UT_Functor.C.
| UT_Functor1< void, P1 >::UT_Functor1 | ( | UT_FunctorImpl1< void, Parm1Type > * | functor_implementation | ) | [inline, explicit] |
Definition at line 135 of file UT_Functor.C.
| UT_Functor1< void, P1 >::UT_Functor1 | ( | FunctorType | functor | ) | [inline] |
Definition at line 141 of file UT_Functor.C.
| UT_Functor1< void, P1 >::UT_Functor1 | ( | const PointerToObj & | pointer, | |
| PointerToMemFn | method | |||
| ) | [inline] |
Definition at line 146 of file UT_Functor.C.
| UT_Functor1< void, P1 >::~UT_Functor1 | ( | ) | [inline] |
Definition at line 151 of file UT_Functor.C.
| bool UT_Functor1< void, P1 >::isSet | ( | ) | const [inline] |
Definition at line 175 of file UT_Functor.C.
| void UT_Functor1< void, P1 >::operator() | ( | Parm1Type | parm1 | ) | const [inline] |
Definition at line 169 of file UT_Functor.C.
| UT_Functor1& UT_Functor1< void, P1 >::operator= | ( | const UT_Functor1< void, P1 > & | functor | ) | [inline] |
Definition at line 157 of file UT_Functor.C.
1.5.9