|
libzypp 17.38.7
|
Namespaces | |
| namespace | detail |
Classes | |
| class | Parser |
| class | Bool |
| class | Null |
| class | Number |
| class | Int |
| class | UInt |
| class | String |
| class | Array |
| class | Object |
| 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") |
| std::ostream & | operator<< (std::ostream &str, const Bool &obj) |
| relates: Bool Stream output | |
| static constexpr std::string_view | nullJSON ("null") |
| std::ostream & | operator<< (std::ostream &str, const Null &obj) |
| relates: Null Stream output | |
| std::ostream & | operator<< (std::ostream &str, const Number &obj) |
| relates: Number Stream output | |
| std::ostream & | operator<< (std::ostream &str, const Int &obj) |
| relates: Int Stream output | |
| std::ostream & | operator<< (std::ostream &str, const UInt &obj) |
| relates: UInt Stream output | |
| std::ostream & | operator<< (std::ostream &str, const String &obj) |
| relates: String Stream output | |
| std::ostream & | operator<< (std::ostream &str, const Array &obj) |
| relates: Array Stream output | |
| std::ostream & | operator<< (std::ostream &str, const Object &obj) |
| relates: Object Stream output | |
| std::ostream & | operator<< (std::ostream &str, const Value &obj) |
| relates: Value Stream output | |
| template<typename T> | |
| Value | toJSON (T &&v) |
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 157 of file TargetImpl.cc.
|
inline |
Definition at line 228 of file TargetImpl.cc.
|
staticconstexpr |
|
staticconstexpr |
|
inline |
relates: Bool Stream output
Definition at line 56 of file JsonBool.h.
|
staticconstexpr |
|
inline |
relates: Null Stream output
Definition at line 46 of file JsonNull.h.
|
inline |
relates: Number Stream output
Definition at line 61 of file JsonNumber.h.
|
inline |
relates: Int Stream output
Definition at line 106 of file JsonNumber.h.
|
inline |
relates: UInt Stream output
Definition at line 151 of file JsonNumber.h.
|
inline |
relates: String Stream output
Definition at line 162 of file JsonString.h.
|
inline |
relates: Array Stream output
Definition at line 93 of file JsonValue.h.
|
inline |
relates: Object Stream output
Definition at line 166 of file JsonValue.h.
|
inline |
relates: Value Stream output
Definition at line 318 of file JsonValue.h.
| Value zypp::json::toJSON | ( | T && | v | ) |
Definition at line 322 of file JsonValue.h.
|
constexpr |