dune-istl  2.4
Public Member Functions | List of all members
Dune::MatrixRowSubset< M, S >::const_iterator Class Reference

The matrix row iterator type. More...

#include <dune/istl/colcompmatrix.hh>

Inheritance diagram for Dune::MatrixRowSubset< M, S >::const_iterator:
Inheritance graph

Public Member Functions

 const_iterator (typename Matrix::const_iterator firstRow, typename RowIndexSet::const_iterator pos)
 
const Matrix::row_typedereference () const
 
bool equals (const const_iterator &o) const
 
void increment ()
 
RowIndexSet::value_type index () const
 

Detailed Description

template<class M, class S>
class Dune::MatrixRowSubset< M, S >::const_iterator

The matrix row iterator type.

Constructor & Destructor Documentation

template<class M, class S>
Dune::MatrixRowSubset< M, S >::const_iterator::const_iterator ( typename Matrix::const_iterator  firstRow,
typename RowIndexSet::const_iterator  pos 
)
inline

Member Function Documentation

template<class M, class S>
const Matrix::row_type& Dune::MatrixRowSubset< M, S >::const_iterator::dereference ( ) const
inline
template<class M, class S>
bool Dune::MatrixRowSubset< M, S >::const_iterator::equals ( const const_iterator o) const
inline
template<class M, class S>
void Dune::MatrixRowSubset< M, S >::const_iterator::increment ( )
inline
template<class M, class S>
RowIndexSet::value_type Dune::MatrixRowSubset< M, S >::const_iterator::index ( ) const
inline

The documentation for this class was generated from the following file: