#include <string>#include <iostream>#include <vector>#include <deque>#include <sstream>#include <utl/ErrorLogger.h>Go to the source code of this file.
Classes | |
| class | utl::DeleteRow |
| class | utl::EndColumn |
| type-only supplying class that triggers end-of-column in the TabularStream More... | |
| class | utl::EndRow |
| type-only supplying class that triggers end-of-row in the TabularStream More... | |
| class | utl::HLine |
| class that triggers insertion of the line row in the TabularStream More... | |
| class | utl::TableCell |
| Holds TabularStream cell entry. More... | |
| class | utl::TableColumn |
| class | utl::TabularStream |
| class to format data in tabular form More... | |
Namespaces | |
| utl | |
Functions | |
| const HLine | utl::hline ('-') |
| std::ostream & | utl::operator<< (std::ostream &os, TabularStream &ts) |
Variables | |
| const DeleteRow | utl::delr = DeleteRow() |
| const EndColumn | utl::endc = EndColumn() |
| const EndRow | utl::endr = EndRow() |