wibble  1.1
Public Types | Public Member Functions | Public Attributes | List of all members
wibble::list::Append< T1, T2 > Struct Template Reference

#include <list.h>

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

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
 

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: