#include <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 | |
int | index () const |
dereferencing | |
void | setblocksize (int _k) |
set size of current block |