dune-fem 2.12-git
Loading...
Searching...
No Matches
Dune::Fem::PrimaryDofs< AuxiliaryDofs< GridPart, Mapper > >::ConstIterator Struct Reference

#include <dune/fem/space/common/auxiliarydofs.hh>

Public Types

typedef std::forward_iterator_tag iterator_category
 
typedef IndexType value_type
 
typedef std::ptrdiff_t difference_type
 
typedef Envelope< IndexTypepointer
 
typedef IndexType reference
 

Public Member Functions

 ConstIterator ()=default
 
 ConstIterator (IndexType index, IndexType auxiliary)
 
 ConstIterator (const AuxiliaryDofsType &auxiliaryDofs, IndexType index, IndexType auxiliary)
 
IndexType operator* () const
 
Envelope< IndexTypeoperator-> () const
 
bool operator== (const ConstIterator &other) const
 
bool operator!= (const ConstIterator &other) const
 
ConstIterator & operator++ ()
 
ConstIterator operator++ (int)
 
const AuxiliaryDofsTypeauxiliaryDofs () const
 
bool contains (const IndexType index) const
 

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