Public Member Functions

ForeignConstIndex< ROW > Class Template Reference

Foreign 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::ForeignConstIndex< ROW >

Foreign key index for constant rows.


Constructor & Destructor Documentation

ForeignConstIndex (  )  [inline]

Default constructor.

ForeignConstIndex ( const ForeignIndex< ROW > &  other  )  [inline]

Conversion from a non-const index.