casacore::TableAttr Class Reference

Some attributes of a table. More...

#include <TableAttr.h>

List of all members.

Public Member Functions

 TableAttr ()
 Default constructor results in empty name.
 TableAttr (const Table &table)
 Construct the attributes from the table.
 TableAttr (const String &name, Bool openWritable=False)
 Construct with given values.
 TableAttr (const String &name, Bool openWritable, const TableLock &)
 TableAttr (const TableAttr &that)
 Copy constructor (copy semantics).
TableAttroperator= (const TableAttr &that)
 Assignment (copy semantics).
TableAttroperator= (const Table &table)
 ~TableAttr ()
void set (const Table &table)
 Set the object to for another table.
void setRW ()
 Set the keyword to read/write access.
void setName (const String &name)
const Stringname () const
 Get info.
Bool openWritable () const
const TableLocklockOptions () const

Private Attributes

String name_p
Bool openWritable_p
TableLock lockOptions_p

Detailed Description

Some attributes of a table.

Intended use:

Internal

Review Status

Reviewed By:
Mark Wieringa
Date Reviewed:
1996/04/15
Test programs:
tTableRecord

Prerequisite

Synopsis

This class holds some attributes of a table. These attributes are name, readable/writable, and lock options.
The primary use of the class is to be able to pass the various attributes of the parent table to its subtables (e.g. in classes like TableRecord and TableKeyword ).

Motivation

This class makes it possible to have more attributes without having to alter the classes using subtables.

Definition at line 77 of file TableAttr.h.


Constructor & Destructor Documentation

casacore::TableAttr::TableAttr (  ) 

Default constructor results in empty name.

casacore::TableAttr::TableAttr ( const Table table  )  [explicit]

Construct the attributes from the table.

casacore::TableAttr::TableAttr ( const String name,
Bool  openWritable = False 
) [explicit]

Construct with given values.

casacore::TableAttr::TableAttr ( const String name,
Bool  openWritable,
const TableLock  
)
casacore::TableAttr::TableAttr ( const TableAttr that  ) 

Copy constructor (copy semantics).

casacore::TableAttr::~TableAttr (  ) 

Member Function Documentation

const TableLock& casacore::TableAttr::lockOptions (  )  const [inline]

Definition at line 119 of file TableAttr.h.

References lockOptions_p.

const String& casacore::TableAttr::name (  )  const [inline]

Get info.

Definition at line 115 of file TableAttr.h.

References name_p.

Referenced by casacore::TableKeyword::tableName().

Bool casacore::TableAttr::openWritable (  )  const [inline]

Definition at line 117 of file TableAttr.h.

References openWritable_p.

TableAttr& casacore::TableAttr::operator= ( const Table table  ) 
TableAttr& casacore::TableAttr::operator= ( const TableAttr that  ) 

Assignment (copy semantics).

void casacore::TableAttr::set ( const Table table  ) 

Set the object to for another table.

void casacore::TableAttr::setName ( const String name  )  [inline]

Definition at line 110 of file TableAttr.h.

References name_p.

void casacore::TableAttr::setRW (  )  [inline]

Set the keyword to read/write access.

Definition at line 107 of file TableAttr.h.

References openWritable_p, and casacore::True.


Member Data Documentation

Definition at line 126 of file TableAttr.h.

Referenced by lockOptions().

Definition at line 124 of file TableAttr.h.

Referenced by name(), and setName().

Definition at line 125 of file TableAttr.h.

Referenced by openWritable(), and setRW().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 31 Aug 2016 for casa by  doxygen 1.6.1