Go to the documentation of this file.
28 #ifndef TABLES_TABLEATTR_H
29 #define TABLES_TABLEATTR_H
32 #include <casacore/casa/aips.h>
33 #include <casacore/casa/BasicSL/String.h>
34 #include <casacore/tables/Tables/TableLock.h>
TableAttr & operator=(const TableAttr &that)
Assignment (copy semantics).
TableAttr(const String &name, Bool openWritable, const TableLock &)
Bool openWritable() const
void setName(const String &name)
const String & name() const
Get info.
void setRW()
Set the keyword to read/write access.
const TableLock & lockOptions() const
TableAttr(const String &name, Bool openWritable=False)
Construct with given values.
Main interface class to a read/write table.
Class to hold table lock options.
this file contains all the compiler specific defines
TableAttr(const Table &table)
Construct the attributes from the table.
void set(const Table &table)
Set the object to for another table.
TableAttr(const TableAttr &that)
Copy constructor (copy semantics).
String: the storage and methods of handling collections of characters.
bool Bool
Define the standard types used by Casacore.
TableAttr()
Default constructor results in empty name.
Some attributes of a table.