#include <TableFormatter.hpp>
Definition at line 17 of file TableFormatter.hpp.
◆ TableFormatter()
ComPWA::TableFormatter::TableFormatter |
( |
std::ostream * |
output | ) |
|
|
inline |
◆ ~TableFormatter()
virtual ComPWA::TableFormatter::~TableFormatter |
( |
| ) |
|
|
inlinevirtual |
◆ addColumn()
void ComPWA::TableFormatter::addColumn |
( |
std::string |
title, |
|
|
unsigned int |
fixlength = 999 |
|
) |
| |
|
virtual |
◆ delim()
void ComPWA::TableFormatter::delim |
( |
| ) |
|
|
virtual |
◆ footer()
void ComPWA::TableFormatter::footer |
( |
| ) |
|
|
virtual |
◆ header()
void ComPWA::TableFormatter::header |
( |
| ) |
|
|
virtual |
◆ operator<<()
◆ reset()
void ComPWA::TableFormatter::reset |
( |
| ) |
|
|
virtual |
◆ trimString()
void ComPWA::TableFormatter::trimString |
( |
std::string & |
src | ) |
|
◆ ColumnTitle
std::vector<std::string> ComPWA::TableFormatter::ColumnTitle |
|
protected |
◆ ColumnWidth
std::vector<unsigned int> ComPWA::TableFormatter::ColumnWidth |
|
protected |
◆ CurCol
unsigned int ComPWA::TableFormatter::CurCol |
|
protected |
◆ CurRow
unsigned int ComPWA::TableFormatter::CurRow |
|
protected |
◆ firstSep
std::string ComPWA::TableFormatter::firstSep |
|
protected |
◆ lastSep
std::string ComPWA::TableFormatter::lastSep |
|
protected |
◆ OutputStream
std::ostream* ComPWA::TableFormatter::OutputStream |
|
protected |
◆ pm
std::string ComPWA::TableFormatter::pm |
|
protected |
◆ sep
std::string ComPWA::TableFormatter::sep |
|
protected |
◆ TotalWidth
unsigned int ComPWA::TableFormatter::TotalWidth |
|
protected |
The documentation for this class was generated from the following files: