#include <Table2C.hh>

Public Member Functions | |
| Table2C (const char *ttl=0, const char *c1ttl=0, const char *c2ttl=0) | |
| Two-column table constructor. | |
| virtual | ~Table2C (void) |
| Destructor. | |
| void | addRow (const std::string &c1, const std::string &c2) |
| Add a row. | |
| void | addRow (const std::string &c1, double c2) |
| Add a row. | |
| void | addRow (const std::string &c1, const Time &c2, const char *fmt=0) |
| Add a row. | |
| html::Table2C::Table2C | ( | const char * | ttl = 0, |
|
| const char * | c1ttl = 0, |
|||
| const char * | c2ttl = 0 | |||
| ) |
| virtual html::Table2C::~Table2C | ( | void | ) | [virtual] |
Destructor.
Destroy a two-column table.
| void html::Table2C::addRow | ( | const std::string & | c1, | |
| const std::string & | c2 | |||
| ) |
Add a row.
Add a row containing two strings.
| c1 | String contents of first column. | |
| c2 | String contents of second column. |
| void html::Table2C::addRow | ( | const std::string & | c1, | |
| double | c2 | |||
| ) |
Add a row.
Add a row containing a string and a number.
| c1 | String content of first column. | |
| c2 | Numeric content of second column. |
| void html::Table2C::addRow | ( | const std::string & | c1, | |
| const Time & | c2, | |||
| const char * | fmt = 0 | |||
| ) |
Add a row.
Add a row containing a string and a time.
| c1 | String content of first column. | |
| c2 | Time content of second column. | |
| fmt | TimeStr format for time conversion. |
1.5.4