wibble  0.1.28
Public Member Functions | Protected Member Functions | Friends
wibble::Singleton< T >::const_iterator Class Reference

#include <singleton.h>

List of all members.

Public Member Functions

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

Protected Member Functions

 const_iterator (const T *value)

Friends

class Singleton< T >

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


Constructor & Destructor Documentation

template<typename T>
wibble::Singleton< T >::const_iterator::const_iterator ( const T *  value) [inline, protected]
template<typename T>
wibble::Singleton< T >::const_iterator::const_iterator ( ) [inline]

Member Function Documentation

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

Friends And Related Function Documentation

template<typename T>
friend class Singleton< T > [friend]

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