46 std::vector<TableRowType>
rows;
53 void print(std::ostream& stream,
int indent = 0)
const;
encapsulates code generation backend implementations
Implement string manipulation functions.
Class to construct and pretty-print tabular data.
TableRowType headers
top header/keys
std::vector< TableRowType > rows
data
void print(int indent=0) const
std::string title
title of the table
std::vector< stringutils::text_alignment > alignments
alignment for every column of data rows
std::vector< std::string > TableRowType