全部
类
命名空间
文件
函数
变量
类型定义
枚举
枚举值
友元
宏定义
组
页
Public 成员函数
|
Public 属性
|
所有成员列表
rapidjson::Writer< OutputStream, SourceEncoding, TargetEncoding, StackAllocator >::Level结构体 参考
Information for each nested level.
更多...
#include <
writer.h
>
Public 成员函数
Level
(bool inArray_)
Public 属性
size_t
valueCount
number of values in this level
bool
inArray
true if in array, otherwise in object
详细描述
template<typename OutputStream, typename SourceEncoding = UTF8<>, typename TargetEncoding = UTF8<>, typename StackAllocator = CrtAllocator>
struct rapidjson::Writer< OutputStream, SourceEncoding, TargetEncoding, StackAllocator >::Level
Information for each nested level.
该结构体的文档由以下文件生成:
include/rapidjson/
writer.h
rapidjson
Writer
Level