Public Member Functions

ForeignConstIndex< void > Class Template Reference

Typeless specialization of the foreign key constant index. More...

#include <rdb/rdb.h>

Inherits RDB::IndexWrapper.

List of all members.

Public Member Functions


Detailed Description

template<>
class RDB::ForeignConstIndex< void >

Typeless specialization of the foreign key constant index.


Constructor & Destructor Documentation

ForeignConstIndex (  )  [inline]

Default constructor.

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

Conversion from a typed index.

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

Conversion from a typed index.