|
fiber
|
#include <OStream.hpp>
Public Member Functions | |
| constexpr | FormatFloatParams ()=default |
| constexpr | FormatFloatParams (const FormatFloatParams &)=default |
| constexpr FormatFloatParams & | operator= (const FormatFloatParams &)=default |
| constexpr | FormatFloatParams (const FormatStrParams ¶ms) |
| constexpr FormatFloatParams & | operator= (const FormatStrParams ¶ms) |
| constexpr | FormatFloatParams (const FormatIntParams ¶ms) |
| constexpr FormatFloatParams & | operator= (const FormatIntParams ¶ms) |
Public Member Functions inherited from fiber::FormatIntParams | |
| constexpr | FormatIntParams ()=default |
| constexpr | FormatIntParams (const FormatIntParams &)=default |
| constexpr FormatIntParams & | operator= (const FormatIntParams &)=default |
| constexpr | FormatIntParams (const FormatStrParams ¶ms) |
| constexpr FormatIntParams & | operator= (const FormatStrParams ¶ms) |
Public Attributes | |
| FloatRepresentation | _representation = FloatRepresentation::Engineering |
| char | _comma = '.' |
| unsigned int | _decimals = 3 |
| bool | _force_comma = false |
| bool | _force_decimals = false |
| bool | _force_exponent = false |
| bool | _force_exponent_sign = false |
Public Attributes inherited from fiber::FormatIntParams | |
| bool | _force_sign = false |
| bool | _pad_sign = false |
Public Attributes inherited from fiber::FormatStrParams | |
| AlignmentLRC | _alignment = AlignmentLRC::Right |
| int | _mwidth = 0 |
| char | _fill = ' ' |
Public Attributes inherited from fiber::_FormatUIntParams | |
| char | _thousands_char = ',' |
| bool | _use_thousands = false |
|
constexprdefault |
|
constexprdefault |
|
inlineconstexpr |
|
inlineconstexpr |
|
constexprdefault |
|
inlineconstexpr |
|
inlineconstexpr |
| char fiber::FormatFloatParams::_comma = '.' |
| unsigned int fiber::FormatFloatParams::_decimals = 3 |
| bool fiber::FormatFloatParams::_force_comma = false |
| bool fiber::FormatFloatParams::_force_decimals = false |
| bool fiber::FormatFloatParams::_force_exponent = false |
| bool fiber::FormatFloatParams::_force_exponent_sign = false |
| FloatRepresentation fiber::FormatFloatParams::_representation = FloatRepresentation::Engineering |