|
libxr
1.0
Want to be the best embedded framework
|
brace 字段自动索引与手动索引的源级状态 / Source-level indexing mode for automatic versus manual brace fields More...
#include <format_frontend_source.hpp>
Data Fields | |
| bool | uses_manual = false |
| manual field numbering is in use / 正在使用手动编号 | |
| bool | uses_auto = false |
| automatic field numbering is in use / 正在使用自动编号 | |
| size_t | next_auto_index = 0 |
| next automatic argument index / 下一个自动参数索引 | |
| bool | uses_positional = false |
| at least one conversion used n$ syntax / 至少有一个转换使用了 n$ 语法 | |
| bool | uses_sequential = false |
| at least one conversion used implicit sequential order / 至少有一个转换使用了隐式顺序参数 | |
| size_t | next_index = 0 |
| next sequential argument index / 下一个顺序参数索引 | |
brace 字段自动索引与手动索引的源级状态 / Source-level indexing mode for automatic versus manual brace fields
源级位置参数或顺序参数索引状态 / Source-level positional or sequential indexing state
Definition at line 7 of file printf_frontend_source.hpp.
| size_t SourceSyntax::IndexingState::next_auto_index = 0 |
next automatic argument index / 下一个自动参数索引
Definition at line 136 of file format_frontend_source.hpp.
| size_t SourceSyntax::IndexingState::next_index = 0 |
next sequential argument index / 下一个顺序参数索引
Definition at line 11 of file printf_frontend_source.hpp.
| bool SourceSyntax::IndexingState::uses_auto = false |
automatic field numbering is in use / 正在使用自动编号
Definition at line 135 of file format_frontend_source.hpp.
| bool SourceSyntax::IndexingState::uses_manual = false |
manual field numbering is in use / 正在使用手动编号
Definition at line 134 of file format_frontend_source.hpp.
| bool SourceSyntax::IndexingState::uses_positional = false |
at least one conversion used n$ syntax / 至少有一个转换使用了 n$ 语法
Definition at line 9 of file printf_frontend_source.hpp.
| bool SourceSyntax::IndexingState::uses_sequential = false |
at least one conversion used implicit sequential order / 至少有一个转换使用了隐式顺序参数
Definition at line 10 of file printf_frontend_source.hpp.