Quick Links:

bal | bbl | bdl | bsl

Public Types

bslmf::TypeList< t_A1, t_A2, t_A3, Nil, Nil, Nil, Nil, Nil, Nil, Nil, Nil, Nil, Nil, Nil, Nil, Nil, Nil, Nil, Nil, Nil > Struct Template Reference

#include <bslmf_typelist.h>

Inheritance diagram for bslmf::TypeList< t_A1, t_A2, t_A3, Nil, Nil, Nil, Nil, Nil, Nil, Nil, Nil, Nil, Nil, Nil, Nil, Nil, Nil, Nil, Nil, Nil >:
bslmf::TypeList3< t_A1, t_A2, t_A3 >

List of all members.

Public Types

enum  { LENGTH = 3 }
typedef TypeList3< t_A1, t_A2,
t_A3 > 
ListType
typedef t_A1 Type1
typedef t_A2 Type2
typedef t_A3 Type3
typedef ListType Type

Detailed Description

template<class t_A1, class t_A2, class t_A3>
struct bslmf::TypeList< t_A1, t_A2, t_A3, Nil, Nil, Nil, Nil, Nil, Nil, Nil, Nil, Nil, Nil, Nil, Nil, Nil, Nil, Nil, Nil, Nil >

This template provides a specialization of TypeList of 3 types.

See Component bslmf_typelist


Member Typedef Documentation

template<class t_A1, class t_A2, class t_A3>
typedef TypeList3<t_A1,t_A2,t_A3> bslmf::TypeList3< t_A1, t_A2, t_A3 >::ListType [inherited]
template<class t_A1, class t_A2, class t_A3>
typedef t_A1 bslmf::TypeList3< t_A1, t_A2, t_A3 >::Type1 [inherited]
template<class t_A1, class t_A2, class t_A3>
typedef t_A2 bslmf::TypeList3< t_A1, t_A2, t_A3 >::Type2 [inherited]
template<class t_A1, class t_A2, class t_A3>
typedef t_A3 bslmf::TypeList3< t_A1, t_A2, t_A3 >::Type3 [inherited]
template<class t_A1, class t_A2, class t_A3>
typedef ListType bslmf::TypeList3< t_A1, t_A2, t_A3 >::Type [inherited]

Member Enumeration Documentation

template<class t_A1, class t_A2, class t_A3>
anonymous enum [inherited]

Length of this list

Enumerator:
LENGTH 

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