casacore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
casacore::TableAttr Class Reference

Some attributes of a table. More...

#include <TableAttr.h>

Public Member Functions

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

Assignment (copy semantics).

TableAttr& casacore::TableAttr::operator= ( const Table table)
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(), and 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

TableLock casacore::TableAttr::lockOptions_p
private

Definition at line 126 of file TableAttr.h.

Referenced by lockOptions().

String casacore::TableAttr::name_p
private

Definition at line 124 of file TableAttr.h.

Referenced by name(), and setName().

Bool casacore::TableAttr::openWritable_p
private

Definition at line 125 of file TableAttr.h.

Referenced by openWritable(), and setRW().


The documentation for this class was generated from the following file: