Dune Core Modules (2.5.0)
Dune::MatrixImp::DenseMatrixBase< B, A >::Iterator Class Reference
Iterator class for sequential access. More...
#include <dune/istl/matrix.hh>
Public Member Functions | |
Iterator () | |
constructor, no arguments | |
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 | |
Detailed Description
template<class B, class A = std::allocator<B>>
class Dune::MatrixImp::DenseMatrixBase< B, A >::Iterator
class Dune::MatrixImp::DenseMatrixBase< B, A >::Iterator
Iterator class for sequential access.
The documentation for this class was generated from the following file:
- dune/istl/matrix.hh
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 12, 23:30, 2024)