Definition at line 10 of file parser_handler.hpp.
Public Member Functions | |
ParserHandler (BaseParser &parser) | |
ParserHandler (ParserState &parser_state) | |
bool | Null () |
bool | Bool (bool b) |
bool | Int (int64_t i) |
bool | Uint (uint64_t u) |
bool | Int64 (int64_t i) |
bool | Uint64 (uint64_t u) |
bool | Double (double d) |
bool | StartObject () |
bool | EndObject (size_t) |
bool | StartArray () |
bool | EndArray (size_t) |
bool | Key (const char *c, size_t size, bool) |
bool | String (const char *c, size_t size, bool) |
bool | RawNumber (const char *, size_t, bool) |