|
BDE 4.14.0 Production release
|
#include <bdlf_bind.h>
Public Types | |
| typedef bslmf::ForwardingType< A1 >::Type | FA1 |
| typedef bslmf::ForwardingType< A2 >::Type | FA2 |
| typedef bslmf::ForwardingType< A3 >::Type | FA3 |
Public Types inherited from bslmf::TypeList3< A1, A2, A3 > | |
| enum | |
| typedef TypeList3< A1, A2, A3 > | ListType |
| typedef A1 | Type1 |
| typedef A2 | Type2 |
| typedef A3 | Type3 |
| typedef ListType | Type |
Public Member Functions | |
| Bind_ArgTuple3 (const Bind_ArgTuple3< A1, A2, A3 > &orig) | |
| Bind_ArgTuple3 (FA1 a1, FA2 a2, FA3 a3) | |
Public Attributes | |
| Bind_ArgTupleValue< FA1 > | d_a1 |
| Bind_ArgTupleValue< FA2 > | d_a2 |
| Bind_ArgTupleValue< FA3 > | d_a3 |
| typedef bslmf::ForwardingType<A1>::Type bdlf::Bind_ArgTuple3< A1, A2, A3 >::FA1 |
| typedef bslmf::ForwardingType<A2>::Type bdlf::Bind_ArgTuple3< A1, A2, A3 >::FA2 |
| typedef bslmf::ForwardingType<A3>::Type bdlf::Bind_ArgTuple3< A1, A2, A3 >::FA3 |
|
inline |
|
inline |
| Bind_ArgTupleValue<FA1> bdlf::Bind_ArgTuple3< A1, A2, A3 >::d_a1 |
| Bind_ArgTupleValue<FA2> bdlf::Bind_ArgTuple3< A1, A2, A3 >::d_a2 |
| Bind_ArgTupleValue<FA3> bdlf::Bind_ArgTuple3< A1, A2, A3 >::d_a3 |