aimstil
5.0.5
|
A simple range made out of a couple of iterators. More...
#include <til/basic_range.h>
Public Types | |
typedef TIterator | iterator |
typedef TIterator::value_type | value_type |
typedef TIterator::reference | reference |
typedef TIterator::pointer | pointer |
Public Member Functions | |
basic_range (TIterator begin, TIterator end) | |
void | operator++ () |
pointer | operator-> () |
reference | operator* () |
bool | ok () const |
A simple range made out of a couple of iterators.
Definition at line 18 of file basic_range.h.
typedef TIterator til::basic_range< TIterator >::iterator |
Definition at line 22 of file basic_range.h.
typedef TIterator::pointer til::basic_range< TIterator >::pointer |
Definition at line 25 of file basic_range.h.
typedef TIterator::reference til::basic_range< TIterator >::reference |
Definition at line 24 of file basic_range.h.
typedef TIterator::value_type til::basic_range< TIterator >::value_type |
Definition at line 23 of file basic_range.h.
|
inline |
Definition at line 27 of file basic_range.h.
|
inline |
Definition at line 34 of file basic_range.h.
|
inline |
Definition at line 33 of file basic_range.h.
|
inline |
Definition at line 31 of file basic_range.h.
|
inline |
Definition at line 32 of file basic_range.h.