|
dune-istl 2.9.0
|
Iterator class for sequential access. More...
#include <dune/istl/vbvector.hh>

Public Member Functions | |
| RealIterator () | |
| constructor, no arguments More... | |
| RealIterator (window_type *_p, size_type _i) | |
| constructor More... | |
| void | increment () |
| prefix increment More... | |
| void | decrement () |
| prefix decrement More... | |
| bool | equals (const RealIterator &it) const |
| equality More... | |
| window_type & | dereference () const |
| dereferencing More... | |
| void | advance (std::ptrdiff_t d) |
| std::ptrdiff_t | distanceTo (const RealIterator &o) const |
| window_type & | elementAt (std::ptrdiff_t offset) const |
| size_type | index () const |
| Return the index of the entry this iterator is pointing to. More... | |
Iterator class for sequential access.
|
inline |
constructor, no arguments
|
inline |
constructor
|
inline |
|
inline |
prefix decrement
|
inline |
dereferencing
|
inline |
|
inline |
|
inline |
equality
|
inline |
prefix increment
|
inline |
Return the index of the entry this iterator is pointing to.