Loading [MathJax]/extensions/tex2jax.js
CoolProp
4.2.5
An open-source fluid property and humid air property database
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
CoolProp
rapidjson_CoolProp.h
Go to the documentation of this file.
1
#ifndef RAPIDJSON_COOLPROP_H
2
#define RAPIDJSON_COOLPROP_H
3
4
// On PowerPC, we are going to use the stdint.h integer types and not let rapidjson use its own
5
#if defined(__powerpc__)
6
typedef
unsigned
int
UINT32;
7
#include "stdint.h"
8
#define RAPIDJSON_NO_INT64DEFINE
9
#endif
10
11
#include "
rapidjson/rapidjson.h
"
12
#include "
rapidjson/document.h
"
13
#include "
rapidjson/filestream.h
"
// wrapper of C stream for prettywriter as output
14
#include "
rapidjson/prettywriter.h
"
// for stringify JSON
15
#include "
rapidjson/stringbuffer.h
"
// for string buffer
16
17
#endif
filestream.h
prettywriter.h
document.h
stringbuffer.h
rapidjson.h
Generated on Sun Aug 10 2014 16:02:41 for CoolProp by
1.8.7