wibble
0.1.28
|
#include <singleton.h>
Public Member Functions | |
iterator () | |
T & | operator* () |
T * | operator-> () |
iterator & | operator++ () |
bool | operator== (const iterator &iter) const |
bool | operator!= (const iterator &iter) const |
Protected Member Functions | |
iterator (T *value) | |
Friends | |
class | Singleton< T > |
wibble::Singleton< T >::iterator::iterator | ( | T * | value | ) | [inline, protected] |
wibble::Singleton< T >::iterator::iterator | ( | ) | [inline] |
bool wibble::Singleton< T >::iterator::operator!= | ( | const iterator & | iter | ) | const [inline] |
T& wibble::Singleton< T >::iterator::operator* | ( | ) | [inline] |
iterator& wibble::Singleton< T >::iterator::operator++ | ( | ) | [inline] |
T* wibble::Singleton< T >::iterator::operator-> | ( | ) | [inline] |
bool wibble::Singleton< T >::iterator::operator== | ( | const iterator & | iter | ) | const [inline] |
friend class Singleton< T > [friend] |