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

#include <empty.h>

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

Public Member Functions

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

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: