Dune Core Modules (2.4.1)
Dune::VariableBlockVector< B, A >::Iterator Class Reference
Iterator class for sequential access. More...
#include <dune/istl/vbvector.hh>
Public Member Functions | |
Iterator () | |
constructor, no arguments | |
Iterator (window_type *_p, size_type _i) | |
constructor | |
Iterator & | operator++ () |
prefix increment | |
Iterator & | operator-- () |
prefix decrement | |
bool | operator== (const Iterator &it) const |
equality | |
bool | operator!= (const Iterator &it) const |
inequality | |
bool | operator== (const ConstIterator &it) const |
equality | |
bool | operator!= (const ConstIterator &it) const |
inequality | |
window_type & | operator* () const |
dereferencing | |
window_type * | operator-> () const |
arrow | |
Detailed Description
template<class B, class A = std::allocator<B>>
class Dune::VariableBlockVector< B, A >::Iterator
class Dune::VariableBlockVector< B, A >::Iterator
Iterator class for sequential access.
The documentation for this class was generated from the following file:
- dune/istl/vbvector.hh
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 12, 23:30, 2024)