28 #ifndef TABLES_TABLEROWPROXY_H
29 #define TABLES_TABLEROWPROXY_H
A 1-D Specialization of the Array class.
long long Int64
Define the extra non-standard types used by Casacore (like proposed uSize, Size)
TableRowProxy & operator=(const TableRowProxy &)
Assignment (copy semantics).
Proxy for table row access.
Bool isWritable() const
Test if values can be written.
Bool isNull() const
Test if the underlying TableRow object is invalid.
Read/write access to a table row.
High-level interface to tables.
Readonly access to a table row.
A hierarchical collection of named fields of various types.
bool Bool
Define the standard types used by Casacore.
void put(Int64 rownr, const Record &values, Bool matchingFields)
Put values for the given row.
TableRowProxy()
Default constructor is only needed for the Block container.