|
libzypp
17.38.7
|
Classes | |
| class | Node |
| RAII writing a nodes start/end tag. More... | |
| class | NodeAttr |
| (Key, Value) string pair of XML node attributes More... | |
Functions | |
| template<class Tp > | |
| std::string | asXmlNodeAttr (const Tp &val_r) |
| relates: NodeAttr NODE ATTRIBUTE representation of types [asString] More... | |
| std::ostream & | node (std::ostream &out_r, const std::string &name_r, const std::initializer_list< Node::Attr > &attrs_r={}) |
| relates: Node Write a leaf node without PCDATA More... | |
| std::ostream & | node (std::ostream &out_r, const std::string &name_r, Node::Attr attr_r) |
| std::string zypp::xmlout::asXmlNodeAttr | ( | const Tp & | val_r | ) |
|
inline |
|
inline |