casa
5.7.0-16
|
ROCalHistoryColumns: Read-only cal_history calibration table column access. More...
#include <CalHistoryColumns.h>
Public Member Functions | |
ROCalHistoryColumns (const CalTable &calTable) | |
Construct from a cal_history calibration sub-table. More... | |
virtual | ~ROCalHistoryColumns () |
Default destructor. More... | |
const casacore::ScalarColumn < casacore::String > & | calParms () const |
Read-only column accessors. More... | |
const casacore::ScalarColumn < casacore::String > & | calTables () const |
const casacore::ScalarColumn < casacore::String > & | calSelect () const |
const casacore::ScalarColumn < casacore::String > & | calNotes () const |
Protected Member Functions | |
ROCalHistoryColumns () | |
Prohibit public use of the null constructor, which does not produce a usable object. More... | |
const casacore::Table & | calHistoryAsTable (const CalTable &calTable) |
Return a CalTable cal_history subtable as a casacore::Table reference. More... | |
void | attach (const CalTable &calTable, casacore::TableColumn &tabCol, MSCalEnums::colDef colEnum, const casacore::Bool &optional=false) |
Attach a table column accessor. More... | |
Private Member Functions | |
ROCalHistoryColumns (const ROCalHistoryColumns &) | |
Prohibit copy constructor and assignment operator. More... | |
ROCalHistoryColumns & | operator= (const ROCalHistoryColumns &) |
Private Attributes | |
casacore::ScalarColumn < casacore::String > | calParms_p |
Private column accessors. More... | |
casacore::ScalarColumn < casacore::String > | calTables_p |
casacore::ScalarColumn < casacore::String > | calSelect_p |
casacore::ScalarColumn < casacore::String > | calNotes_p |
ROCalHistoryColumns: Read-only cal_history calibration table column access.
Public interface
From "read-only", "calibration history table" and "columns".
The ROCalHistoryColumns class allows read-only access to columns in the cal_history calibration sub-table.
Encapsulate read-only access to cal_history calibration sub-table columns.
Definition at line 75 of file CalHistoryColumns.h.
casa::ROCalHistoryColumns::ROCalHistoryColumns | ( | const CalTable & | calTable | ) |
Construct from a cal_history calibration sub-table.
|
inlinevirtual |
Default destructor.
Definition at line 82 of file CalHistoryColumns.h.
|
inlineprotected |
Prohibit public use of the null constructor, which does not produce a usable object.
Definition at line 93 of file CalHistoryColumns.h.
|
private |
Prohibit copy constructor and assignment operator.
|
protected |
Attach a table column accessor.
|
inlineprotected |
Return a CalTable cal_history subtable as a casacore::Table reference.
Utilizes friendship relationship with class CalTable.
Definition at line 97 of file CalHistoryColumns.h.
References casa::CalTable::calHistoryAsTable().
|
inline |
Definition at line 88 of file CalHistoryColumns.h.
References calNotes_p.
|
inline |
Read-only column accessors.
Definition at line 85 of file CalHistoryColumns.h.
References calParms_p.
|
inline |
Definition at line 87 of file CalHistoryColumns.h.
References calSelect_p.
|
inline |
Definition at line 86 of file CalHistoryColumns.h.
References calTables_p.
|
private |
|
private |
Definition at line 113 of file CalHistoryColumns.h.
Referenced by calNotes().
|
private |
Private column accessors.
Definition at line 110 of file CalHistoryColumns.h.
Referenced by calParms().
|
private |
Definition at line 112 of file CalHistoryColumns.h.
Referenced by calSelect().
|
private |
Definition at line 111 of file CalHistoryColumns.h.
Referenced by calTables().