|
dune-istl
2.2.0
|
ConstIterator class for sequential access. More...
#include <dune/istl/vbvector.hh>
Public Member Functions | |
| ConstIterator () | |
| constructor | |
| ConstIterator (const window_type *_p, size_type _i) | |
| constructor from pointer | |
| ConstIterator (const Iterator &it) | |
| constructor from non_const iterator | |
| ConstIterator & | operator++ () |
| prefix increment | |
| ConstIterator & | operator-- () |
| prefix decrement | |
| bool | operator== (const ConstIterator &it) const |
| equality | |
| bool | operator!= (const ConstIterator &it) const |
| inequality | |
| bool | operator== (const Iterator &it) const |
| equality | |
| bool | operator!= (const Iterator &it) const |
| inequality | |
| const window_type & | operator* () const |
| dereferencing | |
| const window_type * | operator-> () const |
| arrow | |
| size_type | index () const |
Friends | |
| class | Iterator |
ConstIterator class for sequential access.
| Dune::VariableBlockVector< B, A >::ConstIterator::ConstIterator | ( | ) | [inline] |
constructor
| Dune::VariableBlockVector< B, A >::ConstIterator::ConstIterator | ( | const window_type * | _p, |
| size_type | _i | ||
| ) | [inline] |
constructor from pointer
| Dune::VariableBlockVector< B, A >::ConstIterator::ConstIterator | ( | const Iterator & | it | ) | [inline] |
constructor from non_const iterator
| size_type Dune::VariableBlockVector< B, A >::ConstIterator::index | ( | ) | const [inline] |
| bool Dune::VariableBlockVector< B, A >::ConstIterator::operator!= | ( | const ConstIterator & | it | ) | const [inline] |
inequality
| bool Dune::VariableBlockVector< B, A >::ConstIterator::operator!= | ( | const Iterator & | it | ) | const [inline] |
inequality
| const window_type& Dune::VariableBlockVector< B, A >::ConstIterator::operator* | ( | ) | const [inline] |
dereferencing
| ConstIterator& Dune::VariableBlockVector< B, A >::ConstIterator::operator++ | ( | ) | [inline] |
prefix increment
| ConstIterator& Dune::VariableBlockVector< B, A >::ConstIterator::operator-- | ( | ) | [inline] |
prefix decrement
| const window_type* Dune::VariableBlockVector< B, A >::ConstIterator::operator-> | ( | ) | const [inline] |
arrow
| bool Dune::VariableBlockVector< B, A >::ConstIterator::operator== | ( | const ConstIterator & | it | ) | const [inline] |
equality
| bool Dune::VariableBlockVector< B, A >::ConstIterator::operator== | ( | const Iterator & | it | ) | const [inline] |
equality
friend class Iterator [friend] |
1.7.6.1