cocos2d-x  2.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
GenericValue< Encoding, Allocator >::Member Struct Reference

Name-value pair in an object. More...

#include <document.h>

Public Attributes

GenericValue< Encoding, Allocatorname
 name of member (must be a string) More...
 
GenericValue< Encoding, Allocatorvalue
 value of member. More...
 
var value
 value of member. More...
 
local value
 value of member. More...
 

Detailed Description

template<typename Encoding, typename Allocator = MemoryPoolAllocator<>>
struct rapidjson::GenericValue< Encoding, Allocator >::Member

Name-value pair in an object.

Member Data Documentation

name of member (must be a string)

var name

name of member (must be a string)

local name

name of member (must be a string)

value of member.

var value

value of member.

local value

value of member.


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