Enums for the MeasurementSet HISTORY table.
MSHistory referenceCopy(const String &newTableName, const Block< String > &writableColumns) const
Make a special copy of this Table which references all columns from this Table except those mentioned...
MSHistory(const String &tableName, TableOption=Table::Old)
These constructors mirror the Table ones with additional checking on validity (verifying that the MSH...
MSHistory()
This constructs an empty MSHistory.
MSHistory(const Table &table)
static MSTableMaps initMaps()
Initialize the statics appropriately.
MSHistory(SetupNewTable &newTab, rownr_t nrrow=0, Bool initialize=False)
MSHistory & operator=(const MSHistory &)
Assignment operator, reference semantics.
~MSHistory()
As with tables, the destructor writes the table if necessary.
Bool hasBeenDestroyed_p
required by the need to throw an exception in the destructor