|
dune-istl 2.10
|
#include <dune/istl/bcrsmatrix.hh>

Public Member Functions | |
| *constructor | RealRowIterator (row_type *_p, size_type _i) |
| *empty use with care | !RealRowIterator () |
| RealRowIterator (const RealRowIterator< ValueType > &it) | |
| *return index size_type | index () const |
| std::ptrdiff_t | distanceTo (const RealRowIterator< ValueType > &other) const |
| std::ptrdiff_t | distanceTo (const RealRowIterator< const ValueType > &other) const |
| *equality bool | equals (const RealRowIterator< ValueType > &other) const |
| *equality bool | equals (const RealRowIterator< const ValueType > &other) const |
Public Attributes | |
| *brief The unqualified value type typedef std::remove_const< T >::type | ValueType |
| *empty | constructor |