Unique key index for constant rows. More...
#include <rdb/rdb.h>
Inherits RDB::IndexWrapper.
Unique key index for constant rows.
UniqueConstIndex | ( | ) | [inline] |
Default constructor.
UniqueConstIndex | ( | const UniqueIndex< ROW > & | other | ) | [inline] |
Conversion from a non-const index.
const ROW* find | ( | int | key | ) | const [inline] |
Find the row with the given key.