26#ifndef TABLES_TABLEATTR_H
27#define TABLES_TABLEATTR_H
30#include <casacore/casa/aips.h>
31#include <casacore/casa/BasicSL/String.h>
32#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)
TableAttr & operator=(const TableAttr &that)
Assignment (copy semantics).
Bool openWritable() const
const String & name() const
Get info.
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).
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.