dune-common 2.9.0
|
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. | |
typedef Dune::ParallelIndexSet< TG, TL, N > | ParallelIndexSet |
The type of the underlying index set. | |
typedef ConstArrayListIterator< IndexPair< TG, TL >, N, std::allocator< Dune::IndexPair< TG, TL > > > | ParallelIndexSetIterator |
Public Member Functions | |
SelectionIterator (const ParallelIndexSetIterator &iter, const ParallelIndexSetIterator &end) | |
Constructor. | |
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 |