|
bool | equals (const ArrayListIterator< MemberType, N, A > &other) const |
| Comares two iterators. More...
|
|
bool | equals (const ConstArrayListIterator< MemberType, N, A > &other) const |
| Comares two iterators. More...
|
|
void | increment () |
| Increment the iterator. More...
|
|
void | decrement () |
| decrement the iterator. More...
|
|
reference | elementAt (size_type i) const |
| Get the value of the list at an arbitrary position. More...
|
|
reference | dereference () const |
| Access the element at the current position. More...
|
|
void | eraseToHere () |
| Erase all entries before the current position and the one at the current position. More...
|
|
size_type | position () |
|
void | advance (difference_type n) |
|
difference_type | distanceTo (const ArrayListIterator< T, N, A > &other) const |
|
ArrayListIterator< T, N, A > & | operator= (const ArrayListIterator< T, N, A > &other) |
|
| ArrayListIterator () |
| Standard constructor. More...
|
|
template<class T, int N, class A>
class Dune::ArrayListIterator< T, N, A >
A random access iterator for the Dune::ArrayList class.