Non-const iterator for rows with a given foreign key value. More...
#include <rdb/rdb.h>
Inherits RDB::ForeignIteratorBase.
Non-const iterator for rows with a given foreign key value.
ForeignIterator | ( | ) | [inline] |
Default constructor.
ForeignIterator | ( | const ForeignIndex< ROW > & | index, | |
int | key | |||
) | [inline] |
Create iterator for a foreign index.
ROW* get | ( | ) | const [inline] |
Return the current row.