|
libzypp
15.24.2
|
#include <iosfwd>#include <string>#include <vector>#include <list>#include <set>#include <map>#include "zypp/base/Easy.h"#include "zypp/base/String.h"#include "zypp/parser/xml/XmlEscape.h"

Go to the source code of this file.
Classes | |
| class | zypp::xmlout::NodeAttr |
| (Key, Value) string pair of XML node attributes More... | |
| class | zypp::xmlout::Node |
| RAII writing a nodes start/end tag. More... | |
| struct | zypp::xmlout::Node::OptionalContentType |
| Ctor arg type. More... | |
Namespaces | |
| zypp | |
| Easy-to use interface to the ZYPP dependency resolver. | |
| zypp::xmlout | |
Functions | |
| std::ostream & | zypp::xmlout::node (std::ostream &out_r, const std::string &name_r, Node::Attr attr_r) |
Default dumpAsXmlOn based on asString. | |
| template<class Tp > | |
| std::ostream & | zypp::dumpAsXmlOn (std::ostream &str, const Tp &obj, const std::string &name_r) |