MSWeatherIndex.h

Classes

MSWeatherIndex -- (full description)

class MSWeatherIndex : public MSTableIndex

Interface

Public Members
MSWeatherIndex()
MSWeatherIndex(const MSWeather &weather)
MSWeatherIndex(const MSWeatherIndex &other)
virtual ~MSWeatherIndex()
MSWeatherIndex &operator=(const MSWeatherIndex &other)
void attach(const MSWeather &weather)
Int &antennaId()
Private Members
void attachIds()

Description

Review Status

Date Reviewed:
yyyy/mm/dd

Prerequisite

Etymology

Synopsis

Example

Motivation

Thrown Exceptions

Member Description

MSWeatherIndex()

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

MSWeatherIndex(const MSWeather &weather)

construct one using the indicated WEATHER table

MSWeatherIndex(const MSWeatherIndex &other)

construct one from another

virtual ~MSWeatherIndex()

MSWeatherIndex &operator=(const MSWeatherIndex &other)

void attach(const MSWeather &weather)

Int &antennaId()

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

void attachIds()