#include <iostream>#include "zypp/parser/xml/libxmlfwd.h"Go to the source code of this file.
Namespaces | |
| namespace | zypp |
| namespace | zypp::xml |
Defines | |
| #define | X(T) case XML_TEXTREADER_MODE_##T: return str << #T |
| #define | X(T) case XML_READER_TYPE_##T: return str << #T |
Functions | |
| std::ostream & | zypp::xml::operator<< (std::ostream &str, const ReadState &obj) |
| std::ostream & | zypp::xml::operator<< (std::ostream &str, const NodeType &obj) |
Definition in file libxmlfwd.cc.
| #define X | ( | T | ) | case XML_TEXTREADER_MODE_##T: return str << #T |
Referenced by zypp::xml::operator<<(), and zypp::xml::structuredErrorFunc().
| #define X | ( | T | ) | case XML_READER_TYPE_##T: return str << #T |
1.5.3