#include <array.H>
|
| | ArrayIterator () |
| |
| | ArrayIterator (const ArrayType &a) |
| |
| | ArrayIterator (const ArrayType &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< Derived, T, RET_CPY > |
| RetType< RET_CPY, T, T & > | operator[] (nat_t i) |
| |
| Derived & | operator+= (nat_t p) |
| |
| Derived | operator+ (nat_t p) |
| |
| Derived & | operator-= (nat_t p) |
| |
| Derived | operator- (nat_t p) |
| |
| bool | operator< (const Derived &it) const |
| |
| bool | operator<= (const Derived &it) const |
| |
| bool | operator> (const Derived &it) const |
| |
| bool | operator>= (const Derived &it) const |
| |
| Derived & | operator-- () |
| |
| Derived | operator-- (int) |
| |
| Derived & | operator++ () |
| |
| Derived | 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 Derived &it) const |
| |
| bool | operator!= (const Derived &it) const |
| |
template<class Derived, class ArrayType, typename T, bool RET_CPY>
template<class Derived, class ArrayType, typename T, bool RET_CPY>
template<class Derived, class ArrayType, typename T, bool RET_CPY>
template<class Derived, class ArrayType, typename T, bool RET_CPY>
template<class Derived, class ArrayType, typename T, bool RET_CPY>
template<class Derived, class ArrayType, typename T, bool RET_CPY>
template<class Derived, class ArrayType, typename T, bool RET_CPY>
template<class Derived, class ArrayType, typename T, bool RET_CPY>
template<class Derived, class ArrayType, typename T, bool RET_CPY>
template<class Derived, class ArrayType, typename T, bool RET_CPY>
template<class Derived, class ArrayType, typename T, bool RET_CPY>
template<class Derived, class ArrayType, typename T, bool RET_CPY>
template<class Derived, class ArrayType, typename T, bool RET_CPY>
template<class Derived, class ArrayType, typename T, bool RET_CPY>
template<class Derived, class ArrayType, typename T, bool RET_CPY>
template<class Derived, class ArrayType, typename T, bool RET_CPY>
template<class Derived, class ArrayType, typename T, bool RET_CPY>
template<class Derived, class ArrayType, typename T, bool RET_CPY>
template<class Derived, class ArrayType, typename T, bool RET_CPY>
template<class Derived, class ArrayType, typename T, bool RET_CPY>
template<class Derived, class ArrayType, typename T, bool RET_CPY>
The documentation for this class was generated from the following file: