|
wibble
1.1
|
#include <list.h>

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 |
| typedef T1::Type wibble::list::Append< T1, T2 >::Type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References wibble::list::Append< T1, T2 >::m_1, and wibble::list::Append< T1, T2 >::m_2.
| T1 wibble::list::Append< T1, T2 >::m_1 |
Referenced by wibble::list::Append< T1, T2 >::tail().
| T2 wibble::list::Append< T1, T2 >::m_2 |
Referenced by wibble::list::Append< T1, T2 >::tail().
1.8.13