CoolProp
4.2.5
An open-source fluid property and humid air property database
|
Read-only string stream. More...
#include <rapidjson.h>
Public Types | |
typedef Encoding::Ch | Ch |
Public Member Functions | |
GenericStringStream (const Ch *src) | |
Ch | Peek () const |
Ch | Take () |
size_t | Tell () const |
Ch * | PutBegin () |
void | Put (Ch) |
size_t | PutEnd (Ch *) |
Public Attributes | |
const Ch * | src_ |
Current read position. More... | |
const Ch * | head_ |
Original head of the string. More... | |
Read-only string stream.
Definition at line 460 of file rapidjson.h.
typedef Encoding::Ch rapidjson::GenericStringStream< Encoding >::Ch |
Definition at line 461 of file rapidjson.h.
|
inline |
Definition at line 463 of file rapidjson.h.
|
inline |
Definition at line 465 of file rapidjson.h.
|
inline |
Definition at line 470 of file rapidjson.h.
|
inline |
Definition at line 469 of file rapidjson.h.
|
inline |
Definition at line 471 of file rapidjson.h.
|
inline |
Definition at line 466 of file rapidjson.h.
|
inline |
Definition at line 467 of file rapidjson.h.
const Ch* rapidjson::GenericStringStream< Encoding >::head_ |
Original head of the string.
Definition at line 474 of file rapidjson.h.
const Ch* rapidjson::GenericStringStream< Encoding >::src_ |
Current read position.
Definition at line 473 of file rapidjson.h.