28 #ifndef TABLES_SCARECORDCOLDESC_H
29 #define TABLES_SCARECORDCOLDESC_H
33 #include <casacore/casa/aips.h>
34 #include <casacore/tables/Tables/BaseColDesc.h>
138 const String& dataManName,
139 const String& dataManGroup);
160 virtual void show (ostream& os)
const;
const String & name() const
Get the name of the column.
const String & comment() const
Get comment string.
ScalarRecordColumnDesc & operator=(const ScalarRecordColumnDesc &)
Assignment (copy semantics);.
ScalarRecordColumnDesc(const ScalarRecordColumnDesc &)
Copy constructor (copy semantics);.
static BaseColumnDesc * makeDesc(const String &name)
Create the object from AipsIO (this function is registered by ColumnDesc.cc).
virtual void getDesc(AipsIO &)
Get the object.
ScalarRecordColumnDesc(const String &name, const String &comment, const String &dataManName, const String &dataManGroup)
Construct the column with the given name, comment, and default data manager type and group.
~ScalarRecordColumnDesc()
virtual void putDesc(AipsIO &) const
Put the object.
ScalarRecordColumnDesc(const String &name)
Construct the column with the given name.
virtual String className() const
Get the name of this class.
virtual PlainColumn * makeColumn(ColumnSet *) const
Create a Column object out of this.
virtual void show(ostream &os) const
Show the column.
virtual BaseColumnDesc * clone() const
Clone this column description.
ScalarRecordColumnDesc(const String &name, const String &comment)
Construct the column with the given name and comment.
String: the storage and methods of handling collections of characters.
this file contains all the compiler specific defines