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