dune-istl
2.5-git
|
ConstIterator class for sequential access. More...
#include <dune/istl/matrix.hh>
Public Member Functions | |
ConstIterator () | |
constructor More... | |
ConstIterator (const B *data, size_type columns, size_type _i) | |
constructor from pointer More... | |
ConstIterator (const Iterator &it) | |
constructor from non_const iterator More... | |
ConstIterator & | operator= (Iterator &&other) |
ConstIterator & | operator= (Iterator &other) |
ConstIterator & | operator++ () |
prefix increment More... | |
ConstIterator & | operator-- () |
prefix decrement More... | |
bool | operator== (const ConstIterator &it) const |
equality More... | |
bool | operator!= (const ConstIterator &it) const |
inequality More... | |
bool | operator== (const Iterator &it) const |
equality More... | |
bool | operator!= (const Iterator &it) const |
inequality More... | |
const window_type & | operator* () const |
dereferencing More... | |
const window_type * | operator-> () const |
arrow More... | |
size_type | index () const |
ConstIterator class for sequential access.
|
inline |
constructor
|
inline |
constructor from pointer
|
inline |
constructor from non_const iterator
|
inline |
|
inline |
inequality
|
inline |
inequality
|
inline |
dereferencing
|
inline |
prefix increment
|
inline |
prefix decrement
|
inline |
arrow
|
inline |
|
inline |
|
inline |
equality
|
inline |
equality