#include <UT_Functor.h>

Public Types | |
| typedef Incoming::ReturnType | ReturnType |
| typedef Incoming::Parm2Type | Parm1Type |
| typedef Incoming::Parm1Type | BoundType |
Public Member Functions | |
| UT_BindFirstImpl1 (const Incoming &functor, BoundType bound_argument) | |
| UT_FunctorImpl1< ReturnType, Parm1Type > * | clone () const |
| ReturnType | operator() (Parm1Type parm1) const |
Definition at line 571 of file UT_Functor.h.
| typedef Incoming::Parm1Type UT_BindFirstImpl1< Incoming >::BoundType |
Definition at line 577 of file UT_Functor.h.
| typedef Incoming::Parm2Type UT_BindFirstImpl1< Incoming >::Parm1Type |
Reimplemented from UT_FunctorImpl1< Incoming::ReturnType, Incoming::Parm2Type >.
Definition at line 576 of file UT_Functor.h.
| typedef Incoming::ReturnType UT_BindFirstImpl1< Incoming >::ReturnType |
Reimplemented from UT_FunctorImpl1< Incoming::ReturnType, Incoming::Parm2Type >.
Definition at line 575 of file UT_Functor.h.
| UT_BindFirstImpl1< Incoming >::UT_BindFirstImpl1 | ( | const Incoming & | functor, | |
| BoundType | bound_argument | |||
| ) | [inline] |
Definition at line 579 of file UT_Functor.h.
| UT_FunctorImpl1<ReturnType, Parm1Type>* UT_BindFirstImpl1< Incoming >::clone | ( | ) | const [inline, virtual] |
Implements UT_FunctorImpl1< Incoming::ReturnType, Incoming::Parm2Type >.
Definition at line 583 of file UT_Functor.h.
| ReturnType UT_BindFirstImpl1< Incoming >::operator() | ( | Parm1Type | parm1 | ) | const [inline, virtual] |
Implements UT_FunctorImpl1< Incoming::ReturnType, Incoming::Parm2Type >.
Definition at line 586 of file UT_Functor.h.
1.5.9