Quick Links:

bal | bbl | bdl | bsl

Public Types | Public Member Functions | Public Attributes

bdlf::Bind_Tuple2< A1, A2 > Struct Template Reference

#include <bdlf_bind.h>

Inheritance diagram for bdlf::Bind_Tuple2< A1, A2 >:
bslmf::TypeList2< A1, A2 >

List of all members.

Public Types

typedef bslmf::ForwardingType
< A1 >::Type 
FA1
typedef bslmf::ForwardingType
< A2 >::Type 
FA2
enum  
typedef TypeList2< A1, A2 > ListType
typedef A1 Type1
typedef A2 Type2
typedef ListType Type

Public Member Functions

 Bind_Tuple2 (const Bind_Tuple2< A1, A2 > &orig)
 Bind_Tuple2 (FA1 a1, FA2 a2)

Public Attributes

Bind_TupleValue< FA1d_a1
Bind_TupleValue< FA2d_a2

Detailed Description

template<class A1, class A2>
struct bdlf::Bind_Tuple2< A1, A2 >

This struct stores a list of two arguments.

See Component bdlf_bind


Member Typedef Documentation

template<class A1, class A2>
typedef bslmf::ForwardingType<A1>::Type bdlf::Bind_Tuple2< A1, A2 >::FA1
template<class A1, class A2>
typedef bslmf::ForwardingType<A2>::Type bdlf::Bind_Tuple2< A1, A2 >::FA2
typedef TypeList2<A1 , A2 > bslmf::TypeList2< A1 , A2 >::ListType [inherited]
typedef A1 bslmf::TypeList2< A1 , A2 >::Type1 [inherited]
typedef A2 bslmf::TypeList2< A1 , A2 >::Type2 [inherited]
typedef ListType bslmf::TypeList2< A1 , A2 >::Type [inherited]

Member Enumeration Documentation

anonymous enum [inherited]

Constructor & Destructor Documentation

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

Member Data Documentation

template<class A1, class A2>
Bind_TupleValue<FA1> bdlf::Bind_Tuple2< A1, A2 >::d_a1
template<class A1, class A2>
Bind_TupleValue<FA2> bdlf::Bind_Tuple2< A1, A2 >::d_a2

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