libxr  1.0
Want to be the best embedded framework
Loading...
Searching...
No Matches
IndexingState Struct Reference

brace 字段自动索引与手动索引的源级状态 / Source-level indexing mode for automatic versus manual brace fields More...

#include <format_frontend_parser.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 / 下一个顺序参数索引
 

Detailed Description

brace 字段自动索引与手动索引的源级状态 / Source-level indexing mode for automatic versus manual brace fields

源级位置参数或顺序参数索引状态 / Source-level positional or sequential indexing state

Definition at line 131 of file format_frontend_parser.hpp.

Field Documentation

◆ next_auto_index

size_t IndexingState::next_auto_index = 0

next automatic argument index / 下一个自动参数索引

Definition at line 135 of file format_frontend_parser.hpp.

◆ next_index

size_t IndexingState::next_index = 0

next sequential argument index / 下一个顺序参数索引

Definition at line 10 of file printf_frontend_parse_util.hpp.

◆ uses_auto

bool IndexingState::uses_auto = false

automatic field numbering is in use / 正在使用自动编号

Definition at line 134 of file format_frontend_parser.hpp.

◆ uses_manual

bool IndexingState::uses_manual = false

manual field numbering is in use / 正在使用手动编号

Definition at line 133 of file format_frontend_parser.hpp.

◆ uses_positional

bool IndexingState::uses_positional = false

at least one conversion used n$ syntax / 至少有一个转换使用了 n$ 语法

Definition at line 8 of file printf_frontend_parse_util.hpp.

◆ uses_sequential

bool IndexingState::uses_sequential = false

at least one conversion used implicit sequential order / 至少有一个转换使用了隐式顺序参数

Definition at line 9 of file printf_frontend_parse_util.hpp.


The documentation for this struct was generated from the following files: