dune-common
2.6-git
|
The iterator over the pairs. More...
#include <dune/common/parallel/indexset.hh>
Public Types | |
enum | { chunkSize_ = (N > 0) ? N : 1 } |
typedef A::value_type | MemberType |
The member type. More... | |
typedef A::difference_type | difference_type |
typedef A::size_type | size_type |
typedef A::reference | reference |
typedef A::const_reference | const_reference |
Public Member Functions | |
iterator (ParallelIndexSet< TG, TL, N > &indexSet, const Father &father) | |
iterator (const iterator &other) | |
iterator & | operator== (const iterator &other) |
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 |
The iterator over the pairs.
|
inherited |
|
inherited |
|
inherited |
The member type.
|
inherited |
|
inherited |
|
inherited |
|
inlineinherited |