|
Evo C++ Library v0.5.1
|
#include <evo/impl/str.h>
Formatting attributes (used internally).
Public Member Functions | |
| FmtAttribs () | |
| Constructor. More... | |
| FmtAttribs & | reset () |
| Reset to defaults. More... | |
Public Attributes | |
| FmtSetField | field |
| Field alignment attributes. More... | |
| FmtSetNull | null |
| String to use for null values from strings (like String) or primitives (like Int) More... | |
| FmtSetFloat | num_flt |
| Floating point attributes. More... | |
| FmtSetInt | num_int |
| Integer attributes. More... | |
|
inline |
Constructor.
|
inline |
Reset to defaults.
| FmtSetField field |
Field alignment attributes.
| FmtSetNull null |
| FmtSetFloat num_flt |
Floating point attributes.
| FmtSetInt num_int |
Integer attributes.
1.8.13