|
BDE 4.39.x Production Release
|
#include <bdlf_bind.h>
This struct stores a list of four arguments.
Public Types | |
| typedef bslmf::ForwardingType< A1 >::Type | FA1 |
| typedef bslmf::ForwardingType< A2 >::Type | FA2 |
| typedef bslmf::ForwardingType< A3 >::Type | FA3 |
| typedef bslmf::ForwardingType< A4 >::Type | FA4 |
Public Types inherited from bslmf::TypeList4< A1, A2, A3, A4 > | |
| enum | |
| typedef TypeList4< A1, A2, A3, A4 > | ListType |
| typedef A1 | Type1 |
| typedef A2 | Type2 |
| typedef A3 | Type3 |
| typedef A4 | Type4 |
| typedef ListType | Type |
Public Member Functions | |
| Bind_ArgTuple4 (const Bind_ArgTuple4< A1, A2, A3, A4 > &orig) | |
| Bind_ArgTuple4 (FA1 a1, FA2 a2, FA3 a3, FA4 a4) | |
Public Attributes | |
| Bind_ArgTupleValue< FA1 > | d_a1 |
| Bind_ArgTupleValue< FA2 > | d_a2 |
| Bind_ArgTupleValue< FA3 > | d_a3 |
| Bind_ArgTupleValue< FA4 > | d_a4 |
| typedef bslmf::ForwardingType<A1>::Type bdlf::Bind_ArgTuple4< A1, A2, A3, A4 >::FA1 |
| typedef bslmf::ForwardingType<A2>::Type bdlf::Bind_ArgTuple4< A1, A2, A3, A4 >::FA2 |
| typedef bslmf::ForwardingType<A3>::Type bdlf::Bind_ArgTuple4< A1, A2, A3, A4 >::FA3 |
| typedef bslmf::ForwardingType<A4>::Type bdlf::Bind_ArgTuple4< A1, A2, A3, A4 >::FA4 |
|
inline |
|
inline |
| Bind_ArgTupleValue<FA1> bdlf::Bind_ArgTuple4< A1, A2, A3, A4 >::d_a1 |
| Bind_ArgTupleValue<FA2> bdlf::Bind_ArgTuple4< A1, A2, A3, A4 >::d_a2 |
| Bind_ArgTupleValue<FA3> bdlf::Bind_ArgTuple4< A1, A2, A3, A4 >::d_a3 |
| Bind_ArgTupleValue<FA4> bdlf::Bind_ArgTuple4< A1, A2, A3, A4 >::d_a4 |