Go to the documentation of this file.
32 #include <casacore/casa/aips.h>
33 #include <casacore/ms/MeasurementSets/MSTable.h>
34 #include <casacore/ms/MeasurementSets/MSStateEnums.h>
MSState(const String &tableName, TableOption=Table::Old)
These constructors mirror the Table ones with additional checking on validity (verifying that the MSS...
MSState 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...
MSState(const String &tableName, const String &tableDescName, TableOption=Table::Old)
A Table intended to hold astronomical data
MSState(const MSState &other)
Enums for the MeasurementSet STATE table.
Create a new table - define shapes, data managers, etc.
this file contains all the compiler specific defines
~MSState()
As with tables, the destructor writes the table if necessary.
MSState & operator=(const MSState &)
Assignment operator, reference semantics.
MSState(const Table &table)
MSState()
This constructs an empty MSState.
String: the storage and methods of handling collections of characters.
Bool hasBeenDestroyed_p
required by the need to throw an exception in the destructor
MSState(SetupNewTable &newTab, uInt nrrow=0, Bool initialize=False)
bool Bool
Define the standard types used by Casacore.
TableOption
Define the possible options how a table can be opened.
const String & tableName() const
Get the table name.
static MSTableMaps initMaps()
Initialize the statics appropriately.