userver: userver/formats/json/parser/int_parser.hpp File Reference
Loading...
Searching...
No Matches
int_parser.hpp File Reference

Detailed Description

SAX parsers for JSON integral numbers.

Definition in file int_parser.hpp.

Go to the source code of this file.

#include <cstdint>
#include <userver/formats/json/parser/typed_parser.hpp>
+ This graph shows which files directly or indirectly include this file:

Classes

class  formats::json::parser::IntegralParser< std::int32_t >
 
class  formats::json::parser::IntegralParser< std::int64_t >
 

Namespaces

namespace  formats
 Value formats representation, parsing and serialization.
 
namespace  formats::json
 JSON support.
 
namespace  formats::json::parser
 Streaming JSON SAX parsers and parser stack.
 

Typedefs

using formats::json::parser::IntParser = IntegralParser<std::int32_t>
 
using formats::json::parser::Int32Parser = IntegralParser<std::int32_t>
 
using formats::json::parser::Int64Parser = IntegralParser<std::int64_t>