MSDopplerIndex.h

Classes

MSDopplerIndex -- (full description)

class MSDopplerIndex : public MSTableIndex

Interface

Public Members
MSDopplerIndex()
MSDopplerIndex(const MSDoppler &doppler)
MSDopplerIndex(const MSDopplerIndex &other)
virtual ~MSDopplerIndex()
MSDopplerIndex &operator=(const MSDopplerIndex &other)
void attach(const MSDoppler &doppler)
Int &dopplerId()
Int &sourceId()
Private Members
void attachIds()

Description

Review Status

Date Reviewed:
yyyy/mm/dd

Prerequisite

Etymology

Synopsis

Example

Motivation

Thrown Exceptions

Member Description

MSDopplerIndex()

no index attached, use the attach function or assignment operator to change that

MSDopplerIndex(const MSDoppler &doppler)

construct one using the indicated DOPPLER table

MSDopplerIndex(const MSDopplerIndex &other)

construct one from another

virtual ~MSDopplerIndex()

MSDopplerIndex &operator=(const MSDopplerIndex &other)

void attach(const MSDoppler &doppler)

Int &dopplerId()

access to the doppler ID key, throws an exception if isNull() is False

Int &sourceId()

access to the source ID key, throws an exception if isNull() is False

void attachIds()