MSDopplerIndex.h
Classes
- MSDopplerIndex -- (full description)
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()
Review Status
- Date Reviewed:
- yyyy/mm/dd
Prerequisite
- MeasurementSet
- MSTableIndex
Etymology
Synopsis
Example
Motivation
Thrown Exceptions
Member Description
no index attached, use the attach function or assignment operator to change that
construct one using the indicated DOPPLER table
MSDopplerIndex(const MSDopplerIndex &other)
construct one from another
MSDopplerIndex &operator=(const MSDopplerIndex &other)
access to the doppler ID key, throws an exception if isNull() is False
access to the source ID key, throws an exception if isNull() is False