CoolProp
4.2.5
An open-source fluid property and humid air property database
|
Default implementation of Handler. More...
#include <reader.h>
Public Types | |
typedef Encoding::Ch | Ch |
Public Member Functions | |
void | Default () |
void | Null () |
void | Bool (bool) |
void | Int (int) |
void | Uint (unsigned) |
void | Int64 (int64_t) |
void | Uint64 (uint64_t) |
void | Double (double) |
void | String (const Ch *, SizeType, bool) |
void | StartObject () |
void | EndObject (SizeType) |
void | StartArray () |
void | EndArray (SizeType) |
Default implementation of Handler.
This can be used as base class of any reader handler.
typedef Encoding::Ch rapidjson::BaseReaderHandler< Encoding >::Ch |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |