Dune::VariableBlockVector< B, A >::CreateIterator Class Reference
#include <vbvector.hh>
Detailed Description
template<class B, class A = ISTLAllocator>
class Dune::VariableBlockVector< B, A >::CreateIterator
Iterator class for sequential creation of blocks. 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 | |
int | index () const |
dereferencing | |
void | setblocksize (int _k) |
set size of current block |
The documentation for this class was generated from the following file: