CoolProp  4.2.5
An open-source fluid property and humid air property database
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Typedefs
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 >::Number::I
 
struct  rapidjson::GenericValue< Encoding, Allocator >::Number::U
 
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