Public Member Functions

UniqueIndex< ROW > Class Template Reference

Unique key index for non-const rows. More...

#include <rdb/rdb.h>

Inherits RDB::IndexWrapper.

List of all members.

Public Member Functions


Detailed Description

template<class ROW>
class RDB::UniqueIndex< ROW >

Unique key index for non-const rows.


Constructor & Destructor Documentation

UniqueIndex (  )  [inline]

Default constructor.


Member Function Documentation

ROW* find ( int  key  )  const [inline]

Find the row with the given key.