BTable Class Reference

#include <BTable.h>

List of all members.

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:
Generated on 19 May 2015 for LibBeamApi by  doxygen 1.4.7