dune-fem 2.8.0
|
#include <dune/fem/space/common/auxiliarydofs.hh>
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 |
ConstIterator & | operator++ () |
ConstIterator | operator++ (int) |
ThisType & | operator-- () noexcept |
ThisType | operator-- (int) noexcept |
ThisType & | operator+= (int n) noexcept |
ThisType & | operator-= (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 |