|
T | del () |
|
T & | get_current () |
|
const T & | get_current () const |
|
| ArrayIterator () |
|
| ArrayIterator (const DynArray &a) |
|
| ArrayIterator (const DynArray &a, nat_t c) |
|
| ArrayIterator (const ArrayIterator &it) |
|
| ArrayIterator (ArrayIterator &&it) |
|
ArrayIterator & | operator= (const ArrayIterator &it) |
|
ArrayIterator & | operator= (ArrayIterator &&it) |
|
void | swap (ArrayIterator &it) |
|
bool | has_current () const |
|
void | next () |
|
void | next_n (nat_t p) |
|
void | prev () |
|
void | prev_n (nat_t p) |
|
void | move_to (nat_t p) |
|
void | reset () |
|
nat_t | get_position () const |
|
Public Member Functions inherited from Designar::RandomAccessIterator< TArrayIterator< DynArray, T >, T, RET_CPY > |
RetType< RET_CPY, T, T & > | operator[] (nat_t i) |
|
TArrayIterator< DynArray, T > & | operator+= (nat_t p) |
|
TArrayIterator< DynArray, T > | operator+ (nat_t p) |
|
TArrayIterator< DynArray, T > & | operator-= (nat_t p) |
|
TArrayIterator< DynArray, T > | operator- (nat_t p) |
|
bool | operator< (const TArrayIterator< DynArray, T > &it) const |
|
bool | operator<= (const TArrayIterator< DynArray, T > &it) const |
|
bool | operator> (const TArrayIterator< DynArray, T > &it) const |
|
bool | operator>= (const TArrayIterator< DynArray, T > &it) const |
|
TArrayIterator< DynArray, T > & | operator-- () |
|
TArrayIterator< DynArray, T > | operator-- (int) |
|
TArrayIterator< DynArray, T > & | operator++ () |
|
TArrayIterator< DynArray, T > | 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 TArrayIterator< DynArray, T > &it) const |
|
bool | operator!= (const TArrayIterator< DynArray, T > &it) const |
|