wibble::list::Append< T1, T2 > Struct Template Reference

#include <list.h>

Collaboration diagram for wibble::list::Append< T1, T2 >:
[legend]

List of all members.

Public Types

typedef T1::Type Type

Public Member Functions

 Append ()
 Append (T1 a, T2 b)
Type head () const
bool empty () const
Append tail () const

Public Attributes

T1 m_1
T2 m_2

template<typename T1, typename T2>
struct wibble::list::Append< T1, T2 >


Member Typedef Documentation

template<typename T1, typename T2>
typedef T1::Type wibble::list::Append< T1, T2 >::Type

Constructor & Destructor Documentation

template<typename T1, typename T2>
wibble::list::Append< T1, T2 >::Append (  )  [inline]
template<typename T1, typename T2>
wibble::list::Append< T1, T2 >::Append ( T1  a,
T2  b 
) [inline]

Member Function Documentation

template<typename T1, typename T2>
bool wibble::list::Append< T1, T2 >::empty (  )  const [inline]
template<typename T1, typename T2>
Type wibble::list::Append< T1, T2 >::head (  )  const [inline]
template<typename T1, typename T2>
Append wibble::list::Append< T1, T2 >::tail (  )  const [inline]

Member Data Documentation

template<typename T1, typename T2>
T1 wibble::list::Append< T1, T2 >::m_1
template<typename T1, typename T2>
T2 wibble::list::Append< T1, T2 >::m_2

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

Generated on Mon Jan 4 20:52:37 2010 for wibble by  doxygen 1.6.1