wibble
1.1
|
#include <list.h>
Public Types | |
typedef T | Type |
Public Member Functions | |
Singular () | |
Singular (T i) | |
T | head () const |
bool | empty () const |
Singular | tail () const |
Public Attributes | |
T | m_value |
bool | m_empty |
typedef T wibble::list::Singular< T >::Type |
|
inline |
Referenced by wibble::list::Singular< T >::tail().
|
inline |
|
inline |
References wibble::list::Singular< T >::m_empty.
|
inline |
References wibble::list::Singular< T >::m_value.
|
inline |
References wibble::list::Singular< T >::Singular().
bool wibble::list::Singular< T >::m_empty |
Referenced by wibble::list::Singular< T >::empty().
T wibble::list::Singular< T >::m_value |
Referenced by wibble::list::Singular< T >::head().