28 #ifndef TABLES_STMANCOLUMNBASE_H
29 #define TABLES_STMANCOLUMNBASE_H
Abstract base class for a column in a data manager.
Int elemSize() const
Return the size of an element of the column's data type.
StManColumnBase(int dataType)
Default constructor.
Base table column storage manager class.
virtual int dataType() const
Return the data type of the column.
bool Bool
Define the standard types used by Casacore.
static Bool isNativeDataType(int dtype)
Test if the given data type is supported by storage managers.
Int elemSize_p
The size of an element of this data type.
DataType dtype_p
The data type of the column.
StManColumnBase & operator=(const StManColumnBase &)
The object cannot be assigned to.