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