|
dune-fem
2.8-git
|
#include <dune/fem/space/common/auxiliarydofs.hh>

Public Member Functions | |
| ConstIterator ()=default | |
| ConstIterator (int index, int auxiliary) | |
| ConstIterator (const AuxiliaryDofsType &auxiliaryDofs, int index, int auxiliary) | |
| int | operator* () const |
| Envelope< int > | operator-> () const |
| bool | operator== (const ConstIterator &other) const |
| bool | operator!= (const ConstIterator &other) const |
| ConstIterator & | operator++ () |
| ConstIterator | operator++ (int) |
| const AuxiliaryDofsType & | auxiliaryDofs () const |
| bool | contains (const int index) const |