ROSE 0.11.145.147
|
Public Member Functions | |
Iterator (const BaseIterator &baseIterator) | |
Iterator (const Iterator &other) | |
Iterator & | operator= (const Iterator &other) |
Iterator & | operator++ () |
Iterator | operator++ (int) |
Iterator & | operator-- () |
Iterator | operator-- (int) |
Iterator & | operator+= (difference_type n) |
Iterator | operator+ (difference_type n) const |
Iterator & | operator-= (difference_type n) |
Iterator | operator- (difference_type n) const |
difference_type | operator- (const Iterator &other) const |
auto & | operator* () const |
auto & | operator-> () const |
auto & | operator[] (difference_type i) const |
bool | operator== (const Iterator &other) const |
bool | operator!= (const Iterator &other) const |
bool | operator< (const Iterator &other) const |
bool | operator<= (const Iterator &other) const |
bool | operator> (const Iterator &other) const |
bool | operator>= (const Iterator &other) const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |