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 | Functions
stringbuffer.h File Reference
#include "rapidjson.h"
#include "internal/stack.h"

Go to the source code of this file.

Classes

struct  rapidjson::GenericStringBuffer< Encoding, Allocator >
 Represents an in-memory output stream. More...
 

Namespaces

 rapidjson
 

Typedefs

typedef GenericStringBuffer
< UTF8<> > 
rapidjson::StringBuffer
 

Functions

template<>
void rapidjson::PutN (GenericStringBuffer< UTF8<> > &stream, char c, size_t n)
 Implement specialized version of PutN() with memset() for better performance. More...