#include <singleton.h>
Public Types | |
typedef T | value_type |
Public Member Functions | |
Singleton (const T &value) | |
bool | empty () const |
size_t | size () const |
iterator | begin () |
iterator | end () |
const_iterator | begin () const |
const_iterator | end () const |
Protected Attributes | |
T | value |
Classes | |
class | const_iterator |
class | iterator |
typedef T wibble::Singleton< T >::value_type |
wibble::Singleton< T >::Singleton | ( | const T & | value | ) | [inline, explicit] |
bool wibble::Singleton< T >::empty | ( | ) | const [inline] |
size_t wibble::Singleton< T >::size | ( | ) | const [inline] |
iterator wibble::Singleton< T >::begin | ( | ) | [inline] |
References wibble::iterator(), and wibble::Singleton< T >::value.
Referenced by wibble::operators::operator-(), wibble::operators::operator-=(), and wibble::operators::operator|().
iterator wibble::Singleton< T >::end | ( | ) | [inline] |
References wibble::iterator().
const_iterator wibble::Singleton< T >::begin | ( | ) | const [inline] |
References wibble::Singleton< T >::value.
const_iterator wibble::Singleton< T >::end | ( | ) | const [inline] |
T wibble::Singleton< T >::value [protected] |
Referenced by wibble::Singleton< T >::begin().