Dune Core Modules (unstable)

Dune::MatrixImp::DenseMatrixBase< B, A >::ConstIterator Class Reference

ConstIterator class for sequential access. More...

#include <dune/istl/matrix.hh>

Public Member Functions

 ConstIterator ()
 constructor
 
 ConstIterator (const B *data, size_type columns, size_type _i)
 constructor from pointer
 
 ConstIterator (const Iterator &it)
 constructor from non_const iterator
 
ConstIteratoroperator++ ()
 prefix increment
 
ConstIteratoroperator-- ()
 prefix decrement
 
bool operator== (const ConstIterator &it) const
 equality
 
bool operator!= (const ConstIterator &it) const
 inequality
 
bool operator== (const Iterator &it) const
 equality
 
bool operator!= (const Iterator &it) const
 inequality
 
const window_type & operator* () const
 dereferencing
 
const window_type * operator-> () const
 arrow
 

Detailed Description

template<class B, class A = std::allocator<B>>
class Dune::MatrixImp::DenseMatrixBase< B, A >::ConstIterator

ConstIterator class for sequential access.


The documentation for this class was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (May 1, 22:29, 2024)