libzypp  16.22.5
RepoInfo.cc File Reference
#include <iostream>
#include <vector>
#include "zypp/base/LogTools.h"
#include "zypp/base/DefaultIntegral.h"
#include "zypp/parser/xml/XmlEscape.h"
#include "zypp/RepoInfo.h"
#include "zypp/Glob.h"
#include "zypp/TriBool.h"
#include "zypp/Pathname.h"
#include "zypp/ZConfig.h"
#include "zypp/repo/RepoMirrorList.h"
#include "zypp/ExternalProgram.h"
#include "zypp/media/MediaAccess.h"
#include "zypp/base/IOStream.h"
#include "zypp/base/InputStream.h"
#include "zypp/parser/xml/Reader.h"
Include dependency graph for RepoInfo.cc:

Go to the source code of this file.

Classes

struct  zypp::RepoInfo::Impl
 RepoInfo implementation. More...
 

Namespaces

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

Macros

#define OUTS(T, B)   ( indeterminate(T) ? (std::string("D(")+(B?"Y":"N")+")") : ((bool)T?"Y":"N") )
 
#define OUTS(V)   case RepoInfo::V: return str << #V; break
 

Functions

std::ostream & zypp::operator<< (std::ostream &str, const RepoInfo &obj)
 
std::ostream & zypp::operator<< (std::ostream &str, const RepoInfo::GpgCheck &obj)
 

Macro Definition Documentation

#define OUTS (   T,
 
)    ( indeterminate(T) ? (std::string("D(")+(B?"Y":"N")+")") : ((bool)T?"Y":"N") )
#define OUTS (   V)    case RepoInfo::V: return str << #V; break