28 #ifndef TABLES_TVECTEMP_H 29 #define TABLES_TVECTEMP_H 32 #include <casacore/casa/aips.h> 33 #include <casacore/tables/Tables/TVec.h> 38 template<
class T>
class Vector;
144 #ifndef CASACORE_NO_AUTO_TEMPLATES 145 #include <casacore/tables/Tables/TVecTemp.tcc> 146 #endif //# CASACORE_NO_AUTO_TEMPLATES A 1-D Specialization of the Array class.
Templated table vectors held in memory as a temporary.
T value(uInt index) const
Get a value (virtual function).
Templated base class for table vectors.
TabVecTemp(const Vector< T > &)
Create table vector containing the given Vector (reference semantics).
void putVal(uInt index, const T &)
Put a value (virtual function).
~TabVecTemp()
Destruct the object.
void getVal(uInt index, T &) const
Get a value (virtual function).
const T & operator()(uInt index) const
Return a reference to a value.
this file contains all the compiler specific defines