|
libxr
1.0
Want to be the best embedded framework
|
单个源级 printf 说明符描述项 / One source-level printf specifier descriptor More...
#include <printf_frontend_spec.hpp>
Data Fields | |
| char | token = 0 |
| source conversion character / 源格式转换字符 | |
| ValueKind | type = ValueKind::None |
| normalized semantic category / 归一化后的语义类别 | |
| FeatureGate | gate |
| feature gate controlling this specifier / 控制该说明符的功能开关 | |
| LengthPolicy | length_policy |
| accepted length family / 允许的长度修饰类别 | |
| bool | upper_case = false |
| whether the specifier implies uppercase output / 说明符是否隐含大写输出 | |
单个源级 printf 说明符描述项 / One source-level printf specifier descriptor
Definition at line 119 of file printf_frontend_spec.hpp.
| FeatureGate SpecifierDescriptor::gate |
feature gate controlling this specifier / 控制该说明符的功能开关
Definition at line 123 of file printf_frontend_spec.hpp.
| LengthPolicy SpecifierDescriptor::length_policy |
accepted length family / 允许的长度修饰类别
Definition at line 125 of file printf_frontend_spec.hpp.
| char SpecifierDescriptor::token = 0 |
source conversion character / 源格式转换字符
Definition at line 121 of file printf_frontend_spec.hpp.
| ValueKind SpecifierDescriptor::type = ValueKind::None |
normalized semantic category / 归一化后的语义类别
Definition at line 122 of file printf_frontend_spec.hpp.
| bool SpecifierDescriptor::upper_case = false |
whether the specifier implies uppercase output / 说明符是否隐含大写输出
Definition at line 127 of file printf_frontend_spec.hpp.