Base class for index iterators. More...
#include <rdb/rdb.h>
Inherits RDB::IndexWrapper.
Inherited by IndexConstIterator< ROW >, IndexConstIterator< void >, IndexIterator< ROW >, and IndexIterator< void >.
Base class for index iterators.
bool next | ( | ) | [inline] |
Go to the next row.
true
if there is next row. int key | ( | ) | const [inline] |
Return the key of the current row associated with the iterator's index.
int key | ( | int | dim | ) | const [inline] |
Return the given key of the current row.