dune-istl  2.8.0
Public Types | Public Member Functions | List of all members
Dune::BCRSMatrix< B, A >::RealRowIterator< T > Class Template Reference

Iterator access to matrix rows More...

#include <dune/istl/bcrsmatrix.hh>

Inheritance diagram for Dune::BCRSMatrix< B, A >::RealRowIterator< T >:
Inheritance graph

Public Types

typedef std::remove_const< T >::type ValueType
 The unqualified value type. More...
 

Public Member Functions

 RealRowIterator (row_type *_p, size_type _i)
 constructor More...
 
 RealRowIterator ()
 empty constructor, use with care! More...
 
 RealRowIterator (const RealRowIterator< ValueType > &it)
 
size_type index () const
 return index More...
 
std::ptrdiff_t distanceTo (const RealRowIterator< ValueType > &other) const
 
std::ptrdiff_t distanceTo (const RealRowIterator< const ValueType > &other) const
 
bool equals (const RealRowIterator< ValueType > &other) const
 equality More...
 
bool equals (const RealRowIterator< const ValueType > &other) const
 equality More...
 

Detailed Description

template<class B, class A = std::allocator<B>>
template<class T>
class Dune::BCRSMatrix< B, A >::RealRowIterator< T >

Iterator access to matrix rows

Member Typedef Documentation

◆ ValueType

template<class B , class A = std::allocator<B>>
template<class T >
typedef std::remove_const<T>::type Dune::BCRSMatrix< B, A >::RealRowIterator< T >::ValueType

The unqualified value type.

Constructor & Destructor Documentation

◆ RealRowIterator() [1/3]

template<class B , class A = std::allocator<B>>
template<class T >
Dune::BCRSMatrix< B, A >::RealRowIterator< T >::RealRowIterator ( row_type _p,
size_type  _i 
)
inline

constructor

◆ RealRowIterator() [2/3]

template<class B , class A = std::allocator<B>>
template<class T >
Dune::BCRSMatrix< B, A >::RealRowIterator< T >::RealRowIterator ( )
inline

empty constructor, use with care!

◆ RealRowIterator() [3/3]

template<class B , class A = std::allocator<B>>
template<class T >
Dune::BCRSMatrix< B, A >::RealRowIterator< T >::RealRowIterator ( const RealRowIterator< ValueType > &  it)
inline

Member Function Documentation

◆ distanceTo() [1/2]

template<class B , class A = std::allocator<B>>
template<class T >
std::ptrdiff_t Dune::BCRSMatrix< B, A >::RealRowIterator< T >::distanceTo ( const RealRowIterator< const ValueType > &  other) const
inline

◆ distanceTo() [2/2]

template<class B , class A = std::allocator<B>>
template<class T >
std::ptrdiff_t Dune::BCRSMatrix< B, A >::RealRowIterator< T >::distanceTo ( const RealRowIterator< ValueType > &  other) const
inline

◆ equals() [1/2]

template<class B , class A = std::allocator<B>>
template<class T >
bool Dune::BCRSMatrix< B, A >::RealRowIterator< T >::equals ( const RealRowIterator< const ValueType > &  other) const
inline

equality

◆ equals() [2/2]

template<class B , class A = std::allocator<B>>
template<class T >
bool Dune::BCRSMatrix< B, A >::RealRowIterator< T >::equals ( const RealRowIterator< ValueType > &  other) const
inline

equality

◆ index()

template<class B , class A = std::allocator<B>>
template<class T >
size_type Dune::BCRSMatrix< B, A >::RealRowIterator< T >::index ( ) const
inline

return index


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