userver: formats::json::parser::ParserHandler Class Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
formats::json::parser::ParserHandler Class Referencefinal

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)
 

Detailed Description

Definition at line 10 of file parser_handler.hpp.


The documentation for this class was generated from the following file: