wibble
1.1
|
#include <range.h>
Public Types | |
typedef Amorph< Range< T >, RangeInterface< T > > | Super |
![]() | |
typedef RangeInterface< T > | Interface |
![]() | |
typedef Range< T > | RangeImplementation |
typedef T | ElementType |
typedef IteratorMixin< T, Range< T > > | Base |
typedef RangeIterator< Range< T > > | iterator |
Public Member Functions | |
template<typename C > | |
Range (const C &i, typename IsType< int, typename C::RangeImplementation >::T fake=0) | |
Range () | |
T | head () const |
void | removeFirst () |
void | setToEmpty () |
template<typename C > | |
operator Range< C > () | |
![]() | |
Amorph (const MorphInterface< Interface > &b) | |
Amorph (const Amorph &a) | |
Amorph () | |
const Range< T > & | self () const |
Range< T > & | self () |
bool | leq (const Range< T > &i) const |
bool | operator<= (const Range< T > &i) const |
void | setInterfacePointer (const Interface *i) |
void | setMorphInterfacePointer (const MorphInterface< Interface > *i) |
Amorph & | operator= (const Amorph &i) |
~Amorph () | |
Maybe< typename F::result_type > | ifType (F func) |
const Interface * | implementation () const |
Interface * | implementation () |
MorphInterface< Interface > * | morphInterface () const |
const Interface & | wrapped () const |
Interface & | wrapped () |
bool | is () const |
bool | isVoid () const |
T * | impl () const |
![]() | |
const Range< T > & | self () const |
iterator | begin () const |
iterator | end () const |
T | head () |
Range< 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 |
typedef Amorph< Range< T >, RangeInterface< T > > wibble::Range< T >::Super |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |