wibble  1.1
Classes | Public Types | Public Member Functions | List of all members
wibble::Empty< T > Class Template Reference

#include <empty.h>

Classes

class  const_iterator
 
class  iterator
 

Public Types

typedef T value_type
 

Public Member Functions

bool empty () const
 
size_t size () const
 
iterator begin ()
 
iterator end ()
 
const_iterator begin () const
 
const_iterator end () const
 

Member Typedef Documentation

template<typename T>
typedef T wibble::Empty< T >::value_type

Member Function Documentation

template<typename T>
iterator wibble::Empty< T >::begin ( )
inline

References wibble::iterator().

Referenced by TestEmpty::basic().

template<typename T>
const_iterator wibble::Empty< T >::begin ( ) const
inline
template<typename T>
bool wibble::Empty< T >::empty ( ) const
inline
template<typename T>
iterator wibble::Empty< T >::end ( )
inline

References wibble::iterator().

Referenced by TestEmpty::basic().

template<typename T>
const_iterator wibble::Empty< T >::end ( ) const
inline
template<typename T>
size_t wibble::Empty< T >::size ( ) const
inline

Referenced by TestEmpty::basic().


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