cocos2d-x  2.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
document.h File Reference
#include "reader.h"
#include "internal/strfunc.h"
#include <new>

Classes

class  GenericValue< Encoding, Allocator >
 Represents a JSON value. Use Value for UTF8 encoding and default allocator. More...
 
struct  GenericValue< Encoding, Allocator >::Member
 Name-value pair in an object. More...
 
struct  GenericValue< Encoding, Allocator >::Number::I
 
struct  GenericValue< Encoding, Allocator >::Number::U
 
class  GenericDocument< Encoding, Allocator >
 A document for parsing JSON text as DOM. More...
 

Namespaces

 rapidjson
 

Typedefs

typedef GenericValue< UTF8<> > Value
 Value with UTF8 encoding. More...
 
typedef GenericDocument< UTF8<> > Document