fiber
Loading...
Searching...
No Matches
fiber::str_add_float_params Struct Reference

#include <OStream.hpp>

Public Attributes

FloatRepresentation representation = FloatRepresentation::Scientific
 
unsigned int decimals = 6
 
char comma_char = '.'
 
char thousands_char = ','
 
bool use_thousands = false
 
bool force_comma = false
 
bool force_decimals = false
 
bool force_sign = false
 
bool force_exponent = false
 
bool force_exponent_sign = false
 

Member Data Documentation

◆ comma_char

char fiber::str_add_float_params::comma_char = '.'

◆ decimals

unsigned int fiber::str_add_float_params::decimals = 6

◆ force_comma

bool fiber::str_add_float_params::force_comma = false

◆ force_decimals

bool fiber::str_add_float_params::force_decimals = false

◆ force_exponent

bool fiber::str_add_float_params::force_exponent = false

◆ force_exponent_sign

bool fiber::str_add_float_params::force_exponent_sign = false

◆ force_sign

bool fiber::str_add_float_params::force_sign = false

◆ representation

FloatRepresentation fiber::str_add_float_params::representation = FloatRepresentation::Scientific

◆ thousands_char

char fiber::str_add_float_params::thousands_char = ','

◆ use_thousands

bool fiber::str_add_float_params::use_thousands = false

The documentation for this struct was generated from the following file: