23 #ifndef GMIO_TEXT_FORMAT_H
24 #define GMIO_TEXT_FORMAT_H
Scientific notation, lowercase (ex: 3.9265e+2)
Definition: text_format.h:36
Decimal floating point, lowercase (ex: 392.65)
Definition: text_format.h:32
Fundamental global declarations, included by almost all other header/source files.
Decimal floating point, uppercase (ex: 392.65)
Definition: text_format.h:34
Use the shortest representation: decimal or scientific lowercase.
Definition: text_format.h:40
Use the shortest representation: decimal or scientific uppercase.
Definition: text_format.h:42
Scientific notation, uppercase (ex: 3.9265E+2)
Definition: text_format.h:38
gmio_float_text_format
This enum defines the various formats to textually represent a float.
Definition: text_format.h:29