28 #ifndef TABLES_SCACOLDESC_H
29 #define TABLES_SCACOLDESC_H
33 #include <casacore/casa/aips.h>
34 #include <casacore/tables/Tables/BaseColDesc.h>
264 #ifndef CASACORE_NO_AUTO_TEMPLATES
265 #include <casacore/tables/Tables/ScaColDesc.tcc>
const String & name() const
Get the name of the column.
const String & comment() const
Get comment string.
Int options() const
Get the options.
ScalarColumnDesc(const String &name, int options=0)
Construct the column with the given name.
virtual void putDesc(AipsIO &) const
Put the object.
const T & defaultValue() const
Get the default value.
virtual ConcatColumn * makeConcatColumn(ConcatTable *) const
Make a ConcatColumn object out of the description.
static BaseColumnDesc * makeDesc(const String &name)
Create the object from AipsIO (this function is registered).
String className() const
Get the name of this class.
void registerClass() const
Register the construction function of this class.
void setDefault(const T &defaultValue)
Set the default value.
virtual void getDesc(AipsIO &)
Get the object.
virtual PlainColumn * makeColumn(ColumnSet *) const
Create a Column object out of this.
ScalarColumnDesc(const String &name, const String &comment, const String &dataManName, const String &dataManGroup, int options=0)
Construct the column with the given name, comment, and default data manager type and group.
ScalarColumnDesc< T > & operator=(const ScalarColumnDesc< T > &)
Assignment (copy semantics);.
ScalarColumnDesc(const ScalarColumnDesc< T > &)
Copy constructor (copy semantics);.
ScalarColumnDesc(const String &name, const String &comment, const String &dataManName, const String &dataManGroup, const T &defaultValue, int options=0)
Construct the column with the given name, comment, default data manager type and group,...
void show(ostream &os) const
Show the column.
ScalarColumnDesc(const String &name, const String &comment, int options=0)
Construct the column with the given name and comment.
BaseColumnDesc * clone() const
Clone this column description.
String: the storage and methods of handling collections of characters.
this file contains all the compiler specific defines