#include <range.H>
|
| | Iterator (const Range &_r) |
| |
| | Iterator (const Range &_r, T current_position) |
| |
| bool | has_current () const |
| |
| T | get_current () const |
| |
| void | next () |
| |
| void | next_n (nat_t n) |
| |
| void | prev () |
| |
| void | prev_n (nat_t n) |
| |
| void | reset () |
| |
Public Member Functions inherited from Designar::RandomAccessIterator< Iterator, T, true > |
| RetType< RET_CPY, T, T & > | operator[] (nat_t i) |
| |
| Iterator & | operator+= (nat_t p) |
| |
| Iterator | operator+ (nat_t p) |
| |
| Iterator & | operator-= (nat_t p) |
| |
| Iterator | operator- (nat_t p) |
| |
| bool | operator< (const Iterator &it) const |
| |
| bool | operator<= (const Iterator &it) const |
| |
| bool | operator> (const Iterator &it) const |
| |
| bool | operator>= (const Iterator &it) const |
| |
| Iterator & | operator-- () |
| |
| Iterator | operator-- (int) |
| |
| Iterator & | operator++ () |
| |
| Iterator | operator++ (int) |
| |
| bool | has_curr () const |
| |
| RetType< RET_CPY, T, T & > | get_curr () |
| |
| RetType< RET_CPY, T, const T & > | get_curr () const |
| |
| RetType< RET_CPY, T, T & > | operator* () |
| |
| RetType< RET_CPY, T, const T & > | operator* () const |
| |
| T * | operator-> () |
| |
| bool | operator== (const Iterator &it) const |
| |
| bool | operator!= (const Iterator &it) const |
| |
The documentation for this class was generated from the following file: