userver: formats::json::parser::ParserHandler Class Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
formats::json::parser::ParserHandler Class Referencefinal

Your opinion will help to improve our service

Leave a feedback >

Detailed Description

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)
 

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