dune-istl 3.0-git
|
Iterator class for sequential access. More...
#include <dune/istl/vbvector.hh>
Public Member Functions | |
RealIterator () | |
constructor, no arguments | |
RealIterator (window_type *_p, size_type _i) | |
constructor | |
void | increment () |
prefix increment | |
void | decrement () |
prefix decrement | |
bool | equals (const RealIterator &it) const |
equality | |
window_type & | dereference () const |
dereferencing | |
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. | |
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.