CoolProp
4.2.5
An open-source fluid property and humid air property database
|
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 |