Dune::VariableBlockVector< B, A >::Iterator Class Reference
#include <vbvector.hh>
Detailed Description
template<class B, class A = ISTLAllocator>
class Dune::VariableBlockVector< B, A >::Iterator
Iterator class for sequential access.
Public Member Functions | |
Iterator () | |
constructor, no arguments | |
Iterator (window_type *_p, int _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 |
The documentation for this class was generated from the following file: