|
dune-istl
2.2.0
|
Iterator class for sequential creation of blocks. More...
#include <dune/istl/vbvector.hh>
Public Member Functions | |
| CreateIterator (VariableBlockVector &_v, int _i) | |
| constructor | |
| CreateIterator & | operator++ () |
| prefix increment | |
| bool | operator!= (const CreateIterator &it) const |
| inequality | |
| bool | operator== (const CreateIterator &it) const |
| equality | |
| size_type | index () const |
| dereferencing | |
| void | setblocksize (size_type _k) |
| set size of current block | |
Iterator class for sequential creation of blocks.
| Dune::VariableBlockVector< B, A >::CreateIterator::CreateIterator | ( | VariableBlockVector & | _v, |
| int | _i | ||
| ) | [inline] |
constructor
| size_type Dune::VariableBlockVector< B, A >::CreateIterator::index | ( | ) | const [inline] |
dereferencing
| bool Dune::VariableBlockVector< B, A >::CreateIterator::operator!= | ( | const CreateIterator & | it | ) | const [inline] |
inequality
| CreateIterator& Dune::VariableBlockVector< B, A >::CreateIterator::operator++ | ( | ) | [inline] |
| bool Dune::VariableBlockVector< B, A >::CreateIterator::operator== | ( | const CreateIterator & | it | ) | const [inline] |
equality
| void Dune::VariableBlockVector< B, A >::CreateIterator::setblocksize | ( | size_type | _k | ) | [inline] |
set size of current block
1.7.6.1