|
dune-common
2.3.1
|
A const iterator over an uncached selection. More...
#include <dune/common/parallel/selection.hh>
Public Types | |
| typedef TS | AttributeSet |
| The type of the Set of attributes. More... | |
| typedef Dune::ParallelIndexSet < TG, TL, N > | ParallelIndexSet |
| The type of the underlying index set. More... | |
| typedef ConstArrayListIterator < IndexPair< TG, TL >, N, std::allocator < Dune::IndexPair< TG, TL > > > | ParallelIndexSetIterator |
Public Member Functions | |
| SelectionIterator (const ParallelIndexSetIterator &iter, const ParallelIndexSetIterator &end) | |
| Constructor. More... | |
| void | operator++ () |
| uint32_t | operator* () const |
| bool | operator== (const SelectionIterator< TS, TG, TL, N > &other) const |
| bool | operator!= (const SelectionIterator< TS, TG, TL, N > &other) const |
A const iterator over an uncached selection.
| typedef TS Dune::SelectionIterator< TS, TG, TL, N >::AttributeSet |
| typedef Dune::ParallelIndexSet<TG,TL,N> Dune::SelectionIterator< TS, TG, TL, N >::ParallelIndexSet |
The type of the underlying index set.
| typedef ConstArrayListIterator<IndexPair<TG,TL>, N, std::allocator<Dune::IndexPair<TG,TL> > > Dune::SelectionIterator< TS, TG, TL, N >::ParallelIndexSetIterator |
|
inline |
Constructor.
| iter | The iterator over the index set. |
| end | The iterator over the index set positioned at the end. |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.7