Public Member Functions

UniqueConstIndex< ROW > Class Template Reference

Unique key index for constant rows. More...

#include <rdb/rdb.h>

Inherits RDB::IndexWrapper.

List of all members.

Public Member Functions


Detailed Description

template<class ROW>
class RDB::UniqueConstIndex< ROW >

Unique key index for constant rows.


Constructor & Destructor Documentation

UniqueConstIndex (  )  [inline]

Default constructor.

UniqueConstIndex ( const UniqueIndex< ROW > &  other  )  [inline]

Conversion from a non-const index.


Member Function Documentation

const ROW* find ( int  key  )  const [inline]

Find the row with the given key.