Go to the documentation of this file.
29 #ifndef TABLES_ROWCOPIER_H
30 #define TABLES_ROWCOPIER_H
33 #include <casacore/casa/aips.h>
34 #include <casacore/casa/Utilities/CountedPtr.h>
40 template<
class T>
class Vector;
204 {
return copy (rownr, rownr); }
CountedPtr< ColumnHolder > columns_p
The ColumnHolder class exists only in the.cc file, it is what ultimately does the work.
RowCopier copies all or part of a row from one table to another.
RowCopier & operator=(const RowCopier &other)
Main interface class to a read/write table.
this file contains all the compiler specific defines
bool Bool
Define the standard types used by Casacore.
A 1-D Specialization of the Array class.
Bool copy(uInt toRow, uInt fromRow)
The things that actually do the copying when requested.