|
libxr
1.0
Want to be the best embedded framework
|
一条已经决定完毕、运行期 writer 知道如何打印的值字段。 / One fully-decided value field that the runtime writer knows how to print. More...
#include <format_protocol.hpp>
Data Fields | |
| FormatType | type = FormatType::End |
| semantic render category / 语义写出类别 | |
| FormatPackKind | pack {} |
| packed runtime storage kind / 运行期打包存储类别 | |
| FormatArgumentRule | rule |
| compile-time argument rule / 编译期实参匹配规则 | |
| uint8_t | flags = 0 |
| FormatFlag bitset / 字段修饰位集合 | |
| char | fill = ' ' |
| field fill character / 字段填充字符 | |
| uint8_t | width = 0 |
| parsed field width / 已解析的字段宽度 | |
| uint8_t | precision = 0xFF |
| parsed precision, or unspecified / 已解析精度,或未指定 | |
一条已经决定完毕、运行期 writer 知道如何打印的值字段。 / One fully-decided value field that the runtime writer knows how to print.
It says:
Definition at line 577 of file format_protocol.hpp.
| char LibXR::Print::FormatField::fill = ' ' |
field fill character / 字段填充字符
Definition at line 584 of file format_protocol.hpp.
| uint8_t LibXR::Print::FormatField::flags = 0 |
FormatFlag bitset / 字段修饰位集合
Definition at line 583 of file format_protocol.hpp.
| FormatPackKind LibXR::Print::FormatField::pack {} |
| uint8_t LibXR::Print::FormatField::precision = 0xFF |
parsed precision, or unspecified / 已解析精度,或未指定
Definition at line 586 of file format_protocol.hpp.
| FormatArgumentRule LibXR::Print::FormatField::rule |
compile-time argument rule / 编译期实参匹配规则
Definition at line 581 of file format_protocol.hpp.
| FormatType LibXR::Print::FormatField::type = FormatType::End |
semantic render category / 语义写出类别
Definition at line 579 of file format_protocol.hpp.
| uint8_t LibXR::Print::FormatField::width = 0 |
parsed field width / 已解析的字段宽度
Definition at line 585 of file format_protocol.hpp.