Table::OutputOptions Struct Reference
Used to specify formatting options when printing or outputting the Table object. More...
#include <Table.hpp>
Collaboration diagram for Table::OutputOptions:
Public Member Functions | |
OutputOptions () | |
Construct a default OutputOptions object. | |
Public Attributes | |
String | delimiter |
The symbol used to separate column values on a table row (defaults to " | " ). | |
int | precision |
The precision used when printing floating-point values (defaults to 6). | |
bool | scientific |
The boolean flag indicating if floating-point values should be printed in scientific notation (defaults to false ). | |
bool | fixed |
The boolean flag indicating if floating-point values should be printed in fixed notation (defaults to false ). | |
Detailed Description
Used to specify formatting options when printing or outputting the Table object.
The documentation for this struct was generated from the following file:
- Reaktoro/Common/Table.hpp