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

#include <empty.h>

List of all members.

Public Member Functions

T & operator* () const
T * operator-> () const
iteratoroperator++ ()
bool operator== (const iterator &) const
bool operator!= (const iterator &) const

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


Member Function Documentation

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

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