wibble  0.1.28
Classes | Public Types | Public Member Functions | Protected Attributes
wibble::Singleton< T > Class Template Reference

#include <singleton.h>

Collaboration diagram for wibble::Singleton< T >:
Collaboration graph
[legend]

List of all members.

Classes

class  const_iterator
class  iterator

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

value

Member Typedef Documentation

template<typename T>
typedef T wibble::Singleton< T >::value_type

Constructor & Destructor Documentation

template<typename T>
wibble::Singleton< T >::Singleton ( const T &  value)
inlineexplicit

Member Function Documentation

template<typename T>
iterator wibble::Singleton< T >::begin ( )
inline
template<typename T>
const_iterator wibble::Singleton< T >::begin ( ) const
inline
template<typename T>
bool wibble::Singleton< T >::empty ( ) const
inline
template<typename T>
iterator wibble::Singleton< T >::end ( )
inline

References wibble::iterator().

template<typename T>
const_iterator wibble::Singleton< T >::end ( ) const
inline
template<typename T>
size_t wibble::Singleton< T >::size ( ) const
inline

Member Data Documentation

template<typename T>
T wibble::Singleton< T >::value
protected

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