libzypp
10.5.0
|
#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"
Go to the source code of this file.
Classes | |
struct | zypp::xml::ParseDefImplConsume |
class | zypp::xml::ParseDef::Impl |
ParseDef implementation. More... | |
Namespaces | |
namespace | zypp |
Easy-to use interface to the ZYPP dependency resolver. | |
namespace | zypp::xml |
Defines | |
#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) |
Definition in file ParseDef.cc.
#define X | ( | T | ) | case ParseDef::T: return str << #T |