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