wibble 0.1.28
Public Member Functions
wibble::Empty< T >::const_iterator Class Reference

#include <empty.h>

List of all members.

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

template<typename T>
class wibble::Empty< T >::const_iterator


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: