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

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)


Detailed Description

Definition in file libxmlfwd.cc.


Define Documentation

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

Referenced by zypp::xml::operator<<().

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


doxygen