wibble 1.1
Public Types | Public Member Functions | Public Attributes | List of all members
wibble::list::Singular< T > Struct Template Reference

#include <list.h>

Collaboration diagram for wibble::list::Singular< T >:
Collaboration graph
[legend]

Public Types

typedefType
 

Public Member Functions

 Singular ()
 
 Singular (T i)
 
head () const
 
bool empty () const
 
Singular tail () const
 

Public Attributes

m_value
 
bool m_empty
 

Member Typedef Documentation

◆ Type

template<typename T >
typedef T wibble::list::Singular< T >::Type

Constructor & Destructor Documentation

◆ Singular() [1/2]

template<typename T >
wibble::list::Singular< T >::Singular ( )
inline

◆ Singular() [2/2]

template<typename T >
wibble::list::Singular< T >::Singular ( i)
inline

Member Function Documentation

◆ empty()

template<typename T >
bool wibble::list::Singular< T >::empty ( ) const
inline

◆ head()

template<typename T >
T wibble::list::Singular< T >::head ( ) const
inline

◆ tail()

template<typename T >
Singular wibble::list::Singular< T >::tail ( ) const
inline

Member Data Documentation

◆ m_empty

template<typename T >
bool wibble::list::Singular< T >::m_empty

◆ m_value

template<typename T >
T wibble::list::Singular< T >::m_value

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