Beamlib 3.3.2
This is the Beam C++ class library.
Loading...
Searching...
No Matches
Public Member Functions | List of all members
BTable Class Reference

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)
 

Detailed Description

A simple string based table structure.

Constructor & Destructor Documentation

◆ BTable()

BTable::BTable ( )

◆ ~BTable()

BTable::~BTable ( )

Member Function Documentation

◆ clear()

void BTable::clear ( )

◆ setTitle()

void BTable::setTitle ( BArray< BString title)

◆ addRow()

void BTable::addRow ( BArray< BString data)

◆ getString()

BString BTable::getString ( )

◆ print()

void BTable::print ( FILE *  file = stdout)

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