Public Member Functions

ForeignConstIterator< ROW > Class Template Reference

Constant iterator for rows with a given foreign key value. More...

#include <rdb/rdb.h>

Inherits RDB::ForeignIteratorBase.

List of all members.

Public Member Functions


Detailed Description

template<class ROW>
class RDB::ForeignConstIterator< ROW >

Constant iterator for rows with a given foreign key value.


Constructor & Destructor Documentation

ForeignConstIterator (  )  [inline]

Default constructor.

ForeignConstIterator ( const ForeignConstIndex< ROW > &  index,
int  key 
) [inline]

Create iterator for a foreign index.


Member Function Documentation

const ROW* get (  )  const [inline]

Return the current row.