28 #ifndef TABLES_SCARECORDCOLDESC_H 29 #define TABLES_SCARECORDCOLDESC_H 33 #include <casacore/casa/aips.h> 34 #include <casacore/tables/Tables/BaseColDesc.h> 35 #include <casacore/casa/Containers/SimOrdMap.h> 139 const String& dataManName,
140 const String& dataManGroup);
161 virtual void show (ostream& os)
const;
virtual void show(ostream &os) const
Show the column.
virtual void putDesc(AipsIO &) const
Put the object.
AipsIO is the object persistency mechanism of Casacore.
An abstract base class for table column descriptions.
Envelope class for the description of a table column.
virtual void getDesc(AipsIO &)
Get the object.
static BaseColumnDesc * makeDesc(const String &name)
Create the object from AipsIO (this function is registered by ColumnDesc.cc).
Class to manage a set of table columns.
const String & name() const
Get the name of the column.
virtual PlainColumn * makeColumn(ColumnSet *) const
Create a Column object out of this.
ScalarRecordColumnDesc & operator=(const ScalarRecordColumnDesc &)
Assignment (copy semantics);.
virtual BaseColumnDesc * clone() const
Clone this column description.
Class to define columns of scalar records in tables.
Base class for a column in a plain table.
String: the storage and methods of handling collections of characters.
virtual String className() const
Get the name of this class.
~ScalarRecordColumnDesc()
this file contains all the compiler specific defines
ScalarRecordColumnDesc(const String &name)
Construct the column with the given name.
const String & comment() const
Get comment string.