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(const RowCopier &other)
RowCopier & operator=(const RowCopier &other)
this file contains all the compiler specific defines
bool Bool
Define the standard types used by Casacore.
RowCopier(Table &out, const Table &in)
This constructs a copier which will copy all columns which have the same name in both tables from in ...
RowCopier(Table &out, const Table &in, const Vector< String > &outNames, const Vector< String > &inNames)
This constructs a copier which will copy innames columns to outnames columns, outnames and innames mu...
Bool copy(uInt toRow, uInt fromRow)
The things that actually do the copying when requested.