casa
$Rev:20696$
|
Implementation of TBData for Table data. More...
#include <TBData.h>
Public Member Functions | |
TBDataTable (String value) | |
Constructor that takes the String value. | |
TBDataTable (TBData &data) | |
Constructor that calls setValue(). | |
~TBDataTable () | |
String | getType () |
Returns the table type. |
Implementation of TBData for Table data.
Although Table types are stored differently on disk, for the browser all we really care about is the location. Therefore TBDataTable is really just a TBDataString.
casa::TBDataTable::TBDataTable | ( | String | value | ) | [inline] |
Constructor that takes the String value.
casa::TBDataTable::TBDataTable | ( | TBData & | data | ) | [inline] |
Constructor that calls setValue().
casa::TBDataTable::~TBDataTable | ( | ) | [inline] |
String casa::TBDataTable::getType | ( | ) | [inline, virtual] |
Returns the table type.
Reimplemented from casa::TBDataString.