libzypp  11.13.5
libxmlfwd.cc File Reference
#include <iostream>
#include "zypp/parser/xml/libxmlfwd.h"
Include dependency graph for libxmlfwd.cc:

Go to the source code of this file.

Namespaces

namespace  zypp
 Easy-to use interface to the ZYPP dependency resolver.
namespace  zypp::xml

Macros

#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)

Detailed Description

Definition in file libxmlfwd.cc.


Macro Definition Documentation

#define X (   T)    case XML_TEXTREADER_MODE_##T: return str << #T
#define X (   T)    case XML_READER_TYPE_##T: return str << #T