Public Member Functions

IndexIteratorBase Class Reference

Base class for index iterators. More...

#include <rdb/rdb.h>

Inherits RDB::IndexWrapper.

Inherited by IndexConstIterator< ROW >, IndexConstIterator< void >, IndexIterator< ROW >, and IndexIterator< void >.

List of all members.

Public Member Functions


Detailed Description

Base class for index iterators.


Member Function Documentation

bool next (  )  [inline]

Go to the next row.

Returns:
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.