#include <singleton.h>
Public Member Functions | |
const_iterator () | |
const T & | operator* () const |
const T * | operator-> () const |
const_iterator & | operator++ () |
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 > |
wibble::Singleton< T >::const_iterator::const_iterator | ( | const T * | value | ) | [inline, protected] |
wibble::Singleton< T >::const_iterator::const_iterator | ( | ) | [inline] |
bool wibble::Singleton< T >::const_iterator::operator!= | ( | const const_iterator & | iter | ) | const [inline] |
const T& wibble::Singleton< T >::const_iterator::operator* | ( | ) | const [inline] |
const_iterator& wibble::Singleton< T >::const_iterator::operator++ | ( | ) | [inline] |
const T* wibble::Singleton< T >::const_iterator::operator-> | ( | ) | const [inline] |
bool wibble::Singleton< T >::const_iterator::operator== | ( | const const_iterator & | iter | ) | const [inline] |
friend class Singleton< T > [friend] |