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

◆ operator!=()

template<typename T >
bool wibble::Empty< T >::iterator::operator!= ( const iterator ) const
inline

◆ operator*()

template<typename T >
T & wibble::Empty< T >::iterator::operator* ( ) const
inline

◆ operator++()

template<typename T >
iterator & wibble::Empty< T >::iterator::operator++ ( )
inline

◆ operator->()

template<typename T >
T * wibble::Empty< T >::iterator::operator-> ( ) const
inline

◆ operator==()

template<typename T >
bool wibble::Empty< T >::iterator::operator== ( const iterator ) const
inline

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