Beamlib 3.3.2
This is the Beam C++ class library.
|
A simple string based table structure. More...
#include <BTable.h>
Public Member Functions | |
BTable () | |
~BTable () | |
void | clear () |
void | setTitle (BArray< BString > title) |
void | addRow (BArray< BString > data) |
BString | getString () |
void | print (FILE *file=stdout) |
A simple string based table structure.
BTable::BTable | ( | ) |
BTable::~BTable | ( | ) |
void BTable::clear | ( | ) |
BString BTable::getString | ( | ) |
void BTable::print | ( | FILE * | file = stdout | ) |