document.h File Reference
#include "reader.h"
#include "internal/strfunc.h"
#include <new>

Go to the source code of this file.

Classes

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

Namespaces

 rapidjson
 

Typedefs

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