libzypp
17.37.5
|
Namespaces | |
detail | |
Classes | |
class | Array |
class | Bool |
class | Int |
class | Null |
class | Number |
class | Object |
class | Parser |
class | String |
class | UInt |
class | Value |
Functions | |
template<> | |
json::Value | toJSON (const sat::Transaction::Step &step_r) |
See commitbegin on page plugin-commit for the specs. More... | |
template<> | |
json::Value | toJSON (const ZYppCommitResult::TransactionStepList &steps_r) |
static constexpr std::string_view | trueJSON ("true") |
static constexpr std::string_view | falseJSON ("false") |
static constexpr std::string_view | nullJSON ("null") |
template<typename T > | |
Value | toJSON (T &&v) |
static bool | isWhiteSpace (const char ch) |
Variables | |
constexpr std::string_view | TOK_NAMES [Parser::Token::TOK_COUNT] |
|
inline |
See commitbegin on page plugin-commit for the specs.
Definition at line 155 of file TargetImpl.cc.
|
inline |
Definition at line 226 of file TargetImpl.cc.
|
static |
|
static |
|
static |
Value zypp::json::toJSON | ( | T && | v | ) |
Definition at line 322 of file JsonValue.h.
constexpr std::string_view zypp::json::TOK_NAMES[Parser::Token::TOK_COUNT] |