rapidjson
A fast JSON parser/generator for C++ with both SAX/DOM style API
 All Classes Functions Variables Typedefs Pages
Public Member Functions | Public Attributes | List of all members
rapidjson::Writer< Stream, Encoding, Allocator >::Level Struct Reference

Information for each nested level. More...

#include <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 Stream, typename Encoding = UTF8<>, typename Allocator = MemoryPoolAllocator<>>
struct rapidjson::Writer< Stream, Encoding, Allocator >::Level

Information for each nested level.


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