casa
$Rev:20696$
|
#include <MSWeatherIndex.h>
Public Member Functions | |
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 | |
Private Member Functions | |
void | attachIds () |
Private Attributes | |
RecordFieldPtr< Int > | antennaId_p |
Public interface
<h3>Review Status</h3><dl><dt>Date Reviewed:<dd>yyyy/mm/dd</dl>
Definition at line 72 of file MSWeatherIndex.h.
no index attached, use the attach function or assignment operator to change that
casa::MSWeatherIndex::MSWeatherIndex | ( | const MSWeather & | weather | ) |
construct one using the indicated WEATHER table
casa::MSWeatherIndex::MSWeatherIndex | ( | const MSWeatherIndex & | other | ) |
construct one from another
virtual casa::MSWeatherIndex::~MSWeatherIndex | ( | ) | [virtual] |
Int& casa::MSWeatherIndex::antennaId | ( | ) | [inline] |
access to the antenna ID key, throws an exception if isNull() is False
Definition at line 91 of file MSWeatherIndex.h.
References antennaId_p.
void casa::MSWeatherIndex::attach | ( | const MSWeather & | weather | ) |
void casa::MSWeatherIndex::attachIds | ( | ) | [private] |
MSWeatherIndex& casa::MSWeatherIndex::operator= | ( | const MSWeatherIndex & | other | ) |
RecordFieldPtr<Int> casa::MSWeatherIndex::antennaId_p [private] |
Definition at line 93 of file MSWeatherIndex.h.
Referenced by antennaId().