GEOS
|
abstract class for formatting table data More...
#include <TableFormatter.hpp>
Protected Member Functions | |
TableFormatter (TableLayout const &tableLayout) | |
Construct a new Table Formatter from a tableLayout. More... | |
virtual | ~TableFormatter ()=default |
Destroy the Table Formatter object. | |
Protected Attributes | |
TableLayout | m_tableLayout |
Layout for a table. | |
abstract class for formatting table data
Definition at line 32 of file TableFormatter.hpp.
|
protected |
Construct a new Table Formatter from a tableLayout.
tableLayout | Contain all column names and optionnaly the table title |