dune-fem 2.8.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Dune::Fem::AuxiliaryDofs< GridPart, Mapper >::ConstIterator Struct Reference

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

Inheritance diagram for Dune::Fem::AuxiliaryDofs< GridPart, Mapper >::ConstIterator:
Inheritance graph

Public Member Functions

 ConstIterator ()=default
 
 ConstIterator (const IndexMapType &auxiliarys, int index)
 
const int & operator* () const
 
const int * operator-> () const
 
const int & operator[] (int n) const noexcept
 
bool operator== (const ConstIterator &other) const
 
bool operator!= (const ConstIterator &other) const
 
ConstIteratoroperator++ ()
 
ConstIterator operator++ (int)
 
ThisTypeoperator-- () noexcept
 
ThisType operator-- (int) noexcept
 
ThisTypeoperator+= (int n) noexcept
 
ThisTypeoperator-= (int n) noexcept
 
ThisType operator+ (int n) const noexcept
 
ThisType operator- (int n) const noexcept
 
int operator- (const ThisType &other) const noexcept
 
bool operator< (const ThisType &other) const noexcept
 
bool operator<= (const ThisType &other) const noexcept
 
bool operator>= (const ThisType &other) const noexcept
 
bool operator> (const ThisType &other) const noexcept
 

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