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

#include <empty.h>

Inheritance diagram for wibble::Empty< T >::const_iterator:
Inheritance graph
[legend]
Collaboration diagram for wibble::Empty< T >::const_iterator:
Collaboration graph
[legend]

Public Member Functions

const T & operator* () const
 
const T * operator-> () const
 
const_iteratoroperator++ ()
 
bool operator== (const const_iterator &) const
 
bool operator!= (const const_iterator &) const
 

Member Function Documentation

template<typename T>
bool wibble::Empty< T >::const_iterator::operator!= ( const const_iterator ) const
inline
template<typename T>
const T& wibble::Empty< T >::const_iterator::operator* ( ) const
inline
template<typename T>
const_iterator& wibble::Empty< T >::const_iterator::operator++ ( )
inline
template<typename T>
const T* wibble::Empty< T >::const_iterator::operator-> ( ) const
inline
template<typename T>
bool wibble::Empty< T >::const_iterator::operator== ( const const_iterator ) const
inline

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