CoolProp
4.2.5
An open-source fluid property and humid air property database
|
Represents an in-memory output stream. More...
#include <stringbuffer.h>
Public Types | |
typedef Encoding::Ch | Ch |
Public Member Functions | |
GenericStringBuffer (Allocator *allocator=0, size_t capacity=kDefaultCapacity) | |
void | Put (Ch c) |
void | Clear () |
const char * | GetString () const |
size_t | Size () const |
Public Attributes | |
internal::Stack< Allocator > | stack_ |
Static Public Attributes | |
static const size_t | kDefaultCapacity = 256 |
Represents an in-memory output stream.
Definition at line 16 of file stringbuffer.h.
typedef Encoding::Ch rapidjson::GenericStringBuffer< Encoding, Allocator >::Ch |
Definition at line 17 of file stringbuffer.h.
|
inline |
Definition at line 19 of file stringbuffer.h.
|
inline |
Definition at line 23 of file stringbuffer.h.
|
inline |
Definition at line 25 of file stringbuffer.h.
|
inline |
Definition at line 21 of file stringbuffer.h.
|
inline |
Definition at line 33 of file stringbuffer.h.
|
static |
Definition at line 35 of file stringbuffer.h.
|
mutable |
Definition at line 36 of file stringbuffer.h.