|
libzypp 17.38.14
|
Classes | |
| class | Parser |
Functions | |
| std::string | strEncode (std::string val_r) |
| static bool | isWhiteSpace (const char ch) |
| zyppng::expected< Number > | numberFromString (const std::string &str) |
| fromString helpers — only callable from within the tokeniser. | |
| zyppng::expected< Int > | intFromString (const std::string &str) |
| zyppng::expected< UInt > | uintFromString (const std::string &str) |
Variables | |
| constexpr std::string_view | TOK_NAMES [Parser::Token::TOK_COUNT] |
|
inline |
Definition at line 21 of file JsonString.h.
|
static |
Definition at line 32 of file jsonparser_p.cc.
|
inline |
fromString helpers — only callable from within the tokeniser.
Moved here from JsonNumber.h to keep NG includes out of public headers.
Definition at line 30 of file jsonparser_p.h.
|
inline |
Definition at line 37 of file jsonparser_p.h.
|
inline |
Definition at line 44 of file jsonparser_p.h.
|
constexpr |
Definition at line 15 of file jsonparser_p.cc.