|
libxr
1.0
Want to be the best embedded framework
|
Runtime view of one decoded field specification byte group. More...
Public Member Functions | |
| constexpr bool | LeftAlign () const |
| constexpr bool | ForceSign () const |
| constexpr bool | CenterAlign () const |
| constexpr bool | SpaceSign () const |
| constexpr bool | Alternate () const |
| constexpr bool | ZeroPad () const |
| constexpr bool | UpperCase () const |
| constexpr bool | HasPrecision () const |
Data Fields | |
| uint8_t | flags = 0 |
| FormatFlag bitset / 字段修饰位集合 | |
| char | fill = ' ' |
| field fill character / 字段填充字符 | |
| uint8_t | width = 0 |
| field width, or zero when absent / 字段宽度,未指定时为 0 | |
| uint8_t | precision |
| precision, or unspecified_precision / 字段精度,未指定时为哨兵值 | |
Runtime view of one decoded field specification byte group.
运行期对单个字段描述字节组的解码视图。
Definition at line 96 of file writer.hpp.
|
inlinenodiscardconstexpr |
Definition at line 124 of file writer.hpp.
|
inlinenodiscardconstexpr |
Definition at line 114 of file writer.hpp.
|
inlinenodiscardconstexpr |
Definition at line 109 of file writer.hpp.
|
inlinenodiscardconstexpr |
Definition at line 139 of file writer.hpp.
|
inlinenodiscardconstexpr |
Definition at line 104 of file writer.hpp.
|
inlinenodiscardconstexpr |
Definition at line 119 of file writer.hpp.
|
inlinenodiscardconstexpr |
Definition at line 134 of file writer.hpp.
|
inlinenodiscardconstexpr |
Definition at line 129 of file writer.hpp.
| char LibXR::Print::Writer::Spec::fill = ' ' |
field fill character / 字段填充字符
Definition at line 99 of file writer.hpp.
| uint8_t LibXR::Print::Writer::Spec::flags = 0 |
FormatFlag bitset / 字段修饰位集合
Definition at line 98 of file writer.hpp.
| uint8_t LibXR::Print::Writer::Spec::precision |
precision, or unspecified_precision / 字段精度,未指定时为哨兵值
Definition at line 101 of file writer.hpp.
| uint8_t LibXR::Print::Writer::Spec::width = 0 |
field width, or zero when absent / 字段宽度,未指定时为 0
Definition at line 100 of file writer.hpp.