libzypp 17.38.14
jsonparser_p.h File Reference

Internal JSON tokeniser — NOT part of the public API. More...

Include dependency graph for jsonparser_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  zypp::json::detail::Parser
struct  zypp::json::detail::Parser::Token

Namespaces

namespace  zypp
 Easy-to use interface to the ZYPP dependency resolver.
namespace  zypp::json
namespace  zypp::json::detail

Functions

zyppng::expected< Numberzypp::json::detail::numberFromString (const std::string &str)
 fromString helpers — only callable from within the tokeniser.
zyppng::expected< Intzypp::json::detail::intFromString (const std::string &str)
zyppng::expected< UIntzypp::json::detail::uintFromString (const std::string &str)

Detailed Description

Internal JSON tokeniser — NOT part of the public API.

Include <zypp-core/parser/json.h> instead.

Definition in file jsonparser_p.h.