cocos2d-x  2.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 More...
 
size_t valueCount
 number of values in this level More...
 

Detailed Description

template<typename Stream, typename Encoding = UTF8<>, typename Allocator = MemoryPoolAllocator<>>
struct rapidjson::Writer< Stream, Encoding, Allocator >::Level

Information for each nested level.

Constructor & Destructor Documentation

Level ( bool  inArray_)
inline
var Level ( var  inArray_)
inline
local Level ( local  inArray_)
inline

Member Data Documentation

bool inArray

true if in array, otherwise in object

var inArray

true if in array, otherwise in object

local inArray

true if in array, otherwise in object

size_t valueCount

number of values in this level

var valueCount

number of values in this level

local valueCount

number of values in this level


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