libzypp 17.37.17
|
Namespaces | |
namespace | 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 (added in v1) on page Commit plugin for the specs. | |
template<> | |
json::Value | toJSON (const ZYppCommitResult::TransactionStepList &steps_r) |
static bool | isWhiteSpace (const char ch) |
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) |
std::ostream & | operator<< (std::ostream &str, const Bool &obj) |
Stream output. | |
std::ostream & | operator<< (std::ostream &str, const Null &obj) |
Stream output. | |
std::ostream & | operator<< (std::ostream &str, const Number &obj) |
Stream output. | |
std::ostream & | operator<< (std::ostream &str, const Int &obj) |
Stream output. | |
std::ostream & | operator<< (std::ostream &str, const UInt &obj) |
Stream output. | |
std::ostream & | operator<< (std::ostream &str, const String &obj) |
Stream output. | |
std::ostream & | operator<< (std::ostream &str, const Array &obj) |
Stream output. | |
std::ostream & | operator<< (std::ostream &str, const Object &obj) |
Stream output. | |
std::ostream & | operator<< (std::ostream &str, const Value &obj) |
Stream output. |
Variables | |
constexpr std::string_view | TOK_NAMES [Parser::Token::TOK_COUNT] |
|
inline |
See COMMITBEGIN (added in v1) on page Commit plugin for the specs.
Definition at line 156 of file TargetImpl.cc.
|
inline |
Definition at line 227 of file TargetImpl.cc.
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
Value zypp::json::toJSON | ( | T && | v | ) |
Definition at line 322 of file JsonValue.h.
|
constexpr |