#include <UT_Functor.h>

Public Types | |
| typedef Incoming::ReturnType | ReturnType |
| typedef Incoming::Parm1Type | BoundType |
Public Member Functions | |
| UT_BindFirstImpl (const Incoming &functor, BoundType bound_argument) | |
| UT_FunctorImpl< ReturnType > * | clone () const |
| ReturnType | operator() () const |
Definition at line 534 of file UT_Functor.h.
| typedef Incoming::Parm1Type UT_BindFirstImpl< Incoming >::BoundType |
Definition at line 538 of file UT_Functor.h.
| typedef Incoming::ReturnType UT_BindFirstImpl< Incoming >::ReturnType |
Reimplemented from UT_FunctorImpl< Incoming::ReturnType >.
Definition at line 537 of file UT_Functor.h.
| UT_BindFirstImpl< Incoming >::UT_BindFirstImpl | ( | const Incoming & | functor, | |
| BoundType | bound_argument | |||
| ) | [inline] |
Definition at line 540 of file UT_Functor.h.
| UT_FunctorImpl<ReturnType>* UT_BindFirstImpl< Incoming >::clone | ( | ) | const [inline, virtual] |
| ReturnType UT_BindFirstImpl< Incoming >::operator() | ( | ) | const [inline, virtual] |
1.5.9