Quick Links:

bal | bbl | bdl | bsl

Public Types | Public Member Functions | Public Attributes

bdlf::Bind_Tuple3< A1, A2, A3 > Struct Template Reference

#include <bdlf_bind.h>

Inheritance diagram for bdlf::Bind_Tuple3< A1, A2, A3 >:
bslmf::TypeList3< A1, A2, A3 >

List of all members.

Public Types

typedef bslmf::ForwardingType
< A1 >::Type 
FA1
typedef bslmf::ForwardingType
< A2 >::Type 
FA2
typedef bslmf::ForwardingType
< A3 >::Type 
FA3
enum  
typedef TypeList3< A1, A2, A3 > ListType
typedef A1 Type1
typedef A2 Type2
typedef A3 Type3
typedef ListType Type

Public Member Functions

 Bind_Tuple3 (const Bind_Tuple3< A1, A2, A3 > &orig)
 Bind_Tuple3 (FA1 a1, FA2 a2, FA3 a3)

Public Attributes

Bind_TupleValue< FA1d_a1
Bind_TupleValue< FA2d_a2
Bind_TupleValue< FA3d_a3

Detailed Description

template<class A1, class A2, class A3>
struct bdlf::Bind_Tuple3< A1, A2, A3 >

This struct stores a list of three arguments.

See Component bdlf_bind


Member Typedef Documentation

template<class A1, class A2, class A3>
typedef bslmf::ForwardingType<A1>::Type bdlf::Bind_Tuple3< A1, A2, A3 >::FA1
template<class A1, class A2, class A3>
typedef bslmf::ForwardingType<A2>::Type bdlf::Bind_Tuple3< A1, A2, A3 >::FA2
template<class A1, class A2, class A3>
typedef bslmf::ForwardingType<A3>::Type bdlf::Bind_Tuple3< A1, A2, A3 >::FA3
typedef TypeList3<A1 ,A2 ,A3 > bslmf::TypeList3< A1 , A2 , A3 >::ListType [inherited]
typedef A1 bslmf::TypeList3< A1 , A2 , A3 >::Type1 [inherited]
typedef A2 bslmf::TypeList3< A1 , A2 , A3 >::Type2 [inherited]
typedef A3 bslmf::TypeList3< A1 , A2 , A3 >::Type3 [inherited]
typedef ListType bslmf::TypeList3< A1 , A2 , A3 >::Type [inherited]

Member Enumeration Documentation

anonymous enum [inherited]

Length of this list


Constructor & Destructor Documentation

template<class A1, class A2, class A3>
bdlf::Bind_Tuple3< A1, A2, A3 >::Bind_Tuple3 ( const Bind_Tuple3< A1, A2, A3 > &  orig  )  [inline]
template<class A1, class A2, class A3>
bdlf::Bind_Tuple3< A1, A2, A3 >::Bind_Tuple3 ( FA1  a1,
FA2  a2,
FA3  a3 
) [inline]

Member Data Documentation

template<class A1, class A2, class A3>
Bind_TupleValue<FA1> bdlf::Bind_Tuple3< A1, A2, A3 >::d_a1
template<class A1, class A2, class A3>
Bind_TupleValue<FA2> bdlf::Bind_Tuple3< A1, A2, A3 >::d_a2
template<class A1, class A2, class A3>
Bind_TupleValue<FA3> bdlf::Bind_Tuple3< A1, A2, A3 >::d_a3

The documentation for this struct was generated from the following file: