wibble
1.1
|
#include <range.h>
Public Member Functions | |
UniqueRange () | |
UniqueRange (Range< T > r) | |
void | find () const |
void | removeFirst () |
T | head () const |
void | setToEmpty () |
bool | operator<= (const UniqueRange &r) const |
![]() | |
const UniqueRange< T > & | self () const |
iterator | begin () const |
iterator | end () const |
T | head () |
UniqueRange< T > | tail () const |
void | output (Consumer< T > t) const |
bool | empty () const |
~RangeMixin () | |
![]() | |
const UniqueRange< T > & | cmpSelf () const |
bool | operator!= (const UniqueRange< T > &o) const |
bool | operator== (const UniqueRange< T > &o) const |
bool | operator< (const UniqueRange< T > &o) const |
bool | operator> (const UniqueRange< T > &o) const |
bool | operator>= (const UniqueRange< T > &o) const |
Protected Attributes | |
Range< T > | m_range |
bool | m_valid:1 |
Additional Inherited Members | |
![]() | |
typedef UniqueRange< T > | RangeImplementation |
typedef T | ElementType |
typedef IteratorMixin< T, UniqueRange< T > > | Base |
typedef RangeIterator < UniqueRange< T > > | iterator |
|
inline |
|
inline |
|
inline |
References wibble::RangeMixin< T, Self >::empty(), wibble::Range< _ >::head(), wibble::UniqueRange< T >::m_range, wibble::UniqueRange< T >::m_valid, and wibble::RangeMixin< T, Self >::tail().
Referenced by wibble::UniqueRange< T >::head(), wibble::UniqueRange< T >::operator<=(), and wibble::UniqueRange< T >::removeFirst().
|
inline |
|
inline |
References wibble::UniqueRange< T >::find(), and wibble::UniqueRange< T >::m_range.
|
inline |
|
inline |
References wibble::UniqueRange< T >::m_range, and wibble::Range< _ >::setToEmpty().
|
mutableprotected |
|
mutableprotected |
Referenced by wibble::UniqueRange< T >::find(), and wibble::UniqueRange< T >::removeFirst().