libzypp  15.28.6
ParseDef.cc File Reference
#include <iostream>
#include <sstream>
#include <string>
#include <map>
#include "zypp/base/Logger.h"
#include "zypp/base/String.h"
#include "zypp/base/DtorReset.h"
#include "zypp/base/DefaultIntegral.h"
#include "zypp/parser/xml/ParseDef.h"
#include "zypp/parser/xml/ParseDefException.h"
#include "zypp/parser/xml/ParseDefConsume.h"
#include "zypp/parser/xml/Reader.h"
Include dependency graph for ParseDef.cc:

Go to the source code of this file.

Classes

struct  zypp::xml::ParseDefImplConsume
 
class  zypp::xml::ParseDef::Impl
 ParseDef implementation. More...
 

Namespaces

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

Macros

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

Functions

std::ostream & zypp::xml::operator<< (std::ostream &str, const ParseDef::Impl &obj)
 
std::ostream & zypp::xml::operator<< (std::ostream &str, ParseDef::Mode obj)
 
std::ostream & zypp::xml::operator<< (std::ostream &str, const ParseDef &obj)
 

Macro Definition Documentation

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