28 #ifndef TABLES_TVECSCACOL_H 29 #define TABLES_TVECSCACOL_H 32 #include <casacore/casa/aips.h> 33 #include <casacore/tables/Tables/TVec.h> 39 template<
class T>
class ScalarColumn;
124 #ifndef CASACORE_NO_AUTO_TEMPLATES 125 #include <casacore/tables/Tables/TVecScaCol.tcc> 126 #endif //# CASACORE_NO_AUTO_TEMPLATES void putVal(uInt index, const T &)
Put a value.
ScalarColumn< T > * colPtr_p
Templated base class for table vectors.
uInt nelem() const
Nr of elements (ie.
TabVecScaCol(const TableColumn &column)
Create a table vector from the given table column.
void getVal(uInt index, T &) const
Get a value.
~TabVecScaCol()
Destruct the object.
Read/write access to a table column.
Templated table scalar column vectors.
T value(uInt index) const
Get a value.
Access to a scalar table column with arbitrary data type.
this file contains all the compiler specific defines