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>
String: the storage and methods of handling collections of characters.
void set(const Table &table)
Set the object to for another table.
TableAttr(const String &name, Bool openWritable=False)
Construct with given values.
void setName(const String &name)
Bool openWritable() const
TableAttr()
Default constructor results in empty name.
TableAttr(const Table &table)
Construct the attributes from the table.
TableAttr(const TableAttr &that)
Copy constructor (copy semantics).
TableAttr & operator=(const TableAttr &that)
Assignment (copy semantics).
const String & name() const
Get info.
const TableLock & lockOptions() const
void setRW()
Set the keyword to read/write access.
TableAttr(const String &name, Bool openWritable, const TableLock &)
this file contains all the compiler specific defines
bool Bool
Define the standard types used by Casacore.