LibTmsApi  2.0.0
Public Member Functions | Private Member Functions | Private Attributes | List of all members
BTable Class Reference

#include <BTable.h>

Public Member Functions

 BTable ()
 
 ~BTable ()
 
void clear ()
 
void setTitle (BArray< BString > title)
 
void addRow (BArray< BString > data)
 
void print ()
 

Private Member Functions

void calculateWidths ()
 
void printLine (BArray< BString > line, int comment=0)
 

Private Attributes

BArray< BStringotitle
 
BList< BArray< BString > > odata
 
BArray< int > ocolumnWidths
 

Constructor & Destructor Documentation

BTable::BTable ( )
BTable::~BTable ( )

Member Function Documentation

void BTable::addRow ( BArray< BString data)
void BTable::calculateWidths ( )
private
void BTable::clear ( )
void BTable::print ( )
void BTable::printLine ( BArray< BString line,
int  comment = 0 
)
private
void BTable::setTitle ( BArray< BString title)

Member Data Documentation

BArray<int> BTable::ocolumnWidths
private
BList<BArray<BString> > BTable::odata
private
BArray<BString> BTable::otitle
private

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