#include <column.hh>

Public Member Functions | |
| column (void) | |
| column (const char *Name, const char *Type=0, const char *Unit=0) | |
| ~column (void) | |
| void | Spew (Xwriter &xout) const |
| column * | Clone (void) const |
| const char * | getObjType (void) const |
| const char * | getUnit (void) const |
| void | setUnit (const char *Unit) |
| xsil::column::column | ( | void | ) |
Default (null) constructor. brief Default constructor
| xsil::column::column | ( | const char * | Name, | |
| const char * | Type = 0, |
|||
| const char * | Unit = 0 | |||
| ) |
| xsil::column::~column | ( | void | ) |
Column destructor. brief Destructor
| void xsil::column::Spew | ( | Xwriter & | xout | ) | const [virtual] |
Write column definition to an XML output file. brief Write column to an XML file
| xout | XML output file to receivecolumn definition |
Implements xsil::xobj.
| column* xsil::column::Clone | ( | void | ) | const [virtual] |
Clone the table column definition brief CLone the column
Implements xsil::xobj.
| const char* xsil::column::getObjType | ( | void | ) | const [virtual] |
Get the object type brief Get the object type
Implements xsil::xobj.
| const char* xsil::column::getUnit | ( | void | ) | const |
| void xsil::column::setUnit | ( | const char * | Unit | ) |
1.5.4