dune-pdelab 2.10-git
Loading...
Searching...
No Matches
Dune::PDELab::ISTL::BCRSPattern< RowOrdering, ColOrdering >::iterator Struct Reference

Iterator over all column indices for a given row, unique but in arbitrary order. More...

#include <dune/pdelab/backend/istl/bcrspattern.hh>

Inheritance diagram for Dune::PDELab::ISTL::BCRSPattern< RowOrdering, ColOrdering >::iterator:
Inheritance graph

Public Types

typedef std::forward_iterator_tag iterator_category
 
typedef typename std::remove_const< V >::type value_type
 
typedef D difference_type
 
typedef V * pointer
 
typedef R reference
 
typedef T DerivedType
 
typedef V Value
 
typedef V * Pointer
 
typedef D DifferenceType
 
typedef R Reference
 

Public Member Functions

constexpr Reference operator* () const
 
constexpr Pointer operator-> () const
 
constexpr DerivedTypeoperator++ ()
 
constexpr DerivedType operator++ (int)
 

Detailed Description

template<typename RowOrdering, typename ColOrdering>
struct Dune::PDELab::ISTL::BCRSPattern< RowOrdering, ColOrdering >::iterator

Iterator over all column indices for a given row, unique but in arbitrary order.


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