|
Chebyshev
Unit testing for scientific software
|
Functions to manage printing results. More...
Namespaces | |
| namespace | format |
| Output formatting functions. | |
Classes | |
| class | field_options |
| Custom options for printing a certain field. More... | |
| class | output_context |
| module context. More... | |
| class | output_settings |
| Global settings of printing results to standard output. More... | |
Typedefs | |
| using | OutputFormat = output_settings::OutputFormat_t |
| A function which converts the table entries of a row to a string to print (e.g. | |
Functions to manage printing results.
| using chebyshev::output::OutputFormat = typedef output_settings::OutputFormat_t |
A function which converts the table entries of a row to a string to print (e.g.
adding separators and padding).