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

#include <dune/istl/supermatrix.hh>

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

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: