rapidjson::Writer< OutputStream, SourceEncoding, TargetEncoding, Allocator >::Level Struct Reference
rapidjson::Writer< OutputStream, SourceEncoding, TargetEncoding, Allocator >::Level Struct Reference
Information for each nested level. More...
#include <ThirdParty/rapidjson/include/rapidjson/writer.h>
Public Member Functions | |
Level (bool inArray_) | |
Public Attributes | |
bool | inArray |
true if in array, otherwise in object | |
size_t | valueCount |
number of values in this level | |
Detailed Description
template<typename OutputStream, typename SourceEncoding = UTF8<>, typename TargetEncoding = UTF8<>, typename Allocator = MemoryPoolAllocator<>>
struct rapidjson::Writer< OutputStream, SourceEncoding, TargetEncoding, Allocator >::Level
Information for each nested level.
The documentation for this struct was generated from the following file:
- Source/ThirdParty/rapidjson/include/rapidjson/writer.h