- Home
- About DUNE
- Download
- Documentation
- Community
- Development
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 |
Dune::SelectionIterator< TS, TG, TL, N >::SelectionIterator | ( | const ParallelIndexSetIterator & | iter, | |
const ParallelIndexSetIterator & | end | |||
) | [inline] |
Constructor.
iter | The iterator over the index set. | |
end | The iterator over the index set positioned at the end. |
bool Dune::SelectionIterator< TS, TG, TL, N >::operator!= | ( | const SelectionIterator< TS, TG, TL, N > & | other | ) | const [inline] |
uint32_t Dune::SelectionIterator< TS, TG, TL, N >::operator* | ( | ) | const [inline] |
void Dune::SelectionIterator< TS, TG, TL, N >::operator++ | ( | ) | [inline] |
bool Dune::SelectionIterator< TS, TG, TL, N >::operator== | ( | const SelectionIterator< TS, TG, TL, N > & | other | ) | const [inline] |
Generated on Fri Apr 29 2011 with Doxygen (ver 1.7.1) [doxygen-log,error-log].