|
dune-istl 2.10
|
Iterator class for sequential access. More...
#include <dune/istl/matrix.hh>
Public Member Functions | |
| Iterator () | |
| constructor, no arguments | |
| Iterator (Iterator &other)=default | |
| Iterator (Iterator &&other)=default | |
| Iterator (B *data, size_type columns, size_type _i) | |
| constructor | |
| Iterator & | operator= (Iterator &&other) |
| Move assignment. | |
| Iterator & | operator= (Iterator &other) |
| Copy assignment. | |
| Iterator & | operator++ () |
| prefix increment | |
| Iterator & | operator-- () |
| prefix decrement | |
| bool | operator== (const Iterator &it) const |
| equality | |
| bool | operator!= (const Iterator &it) const |
| inequality | |
| bool | operator== (const ConstIterator &it) const |
| equality | |
| bool | operator!= (const ConstIterator &it) const |
| inequality | |
| window_type & | operator* () const |
| dereferencing | |
| window_type * | operator-> () const |
| arrow | |
| size_type | index () const |
Iterator class for sequential access.
|
inline |
constructor, no arguments
|
default |
|
default |
|
inline |
constructor
|
inline |
|
inline |
inequality
|
inline |
inequality
|
inline |
dereferencing
|
inline |
prefix increment
|
inline |
prefix decrement
|
inline |
arrow
|
inline |
Move assignment.
|
inline |
Copy assignment.
|
inline |
equality
|
inline |
equality