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