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