26#ifndef TABLES_STMANCOLUMNBASE_H
27#define TABLES_STMANCOLUMNBASE_H
31#include <casacore/casa/aips.h>
32#include <casacore/tables/DataMan/DataManagerColumn.h>
33#include <casacore/casa/Arrays/ArrayFwd.h>
34#include <casacore/casa/Utilities/DataType.h>
Int elemSize_p
The size of an element of this data type.
StManColumnBase(const StManColumnBase &)=delete
The object cannot be copied.
virtual int dataType() const
Return the data type of the column.
StManColumnBase(int dataType)
Default constructor.
DataType dtype_p
The data type of the column.
StManColumnBase & operator=(const StManColumnBase &)=delete
The object cannot be assigned to.
Int elemSize() const
Return the size of an element of the column's data type.
static Bool isNativeDataType(int dtype)
Test if the given data type is supported by storage managers.
this file contains all the compiler specific defines
bool Bool
Define the standard types used by Casacore.