#include <iostream>
#include <vector>
#include "zypp/base/Logger.h"
#include "zypp/base/DefaultIntegral.h"
#include "zypp/parser/xml/XmlEscape.h"
#include "zypp/RepoInfo.h"
#include "zypp/repo/RepoInfoBaseImpl.h"
#include "zypp/repo/RepoMirrorList.h"
#include "zypp/ExternalProgram.h"
#include "zypp/media/MediaAccess.h"
Go to the source code of this file.
Namespaces | |
namespace | zypp |
Classes | |
struct | zypp::RepoInfo::Impl |
RepoInfo implementation. More... | |
Defines | |
#define | strif(tag_r, value) |
Functions | |
std::ostream & | zypp::operator<< (std::ostream &str, const RepoInfo &obj) |
Definition in file RepoInfo.cc.
#define strif | ( | tag_r, | |||
value | ) |
Value:
{ \ const std::string & value_r( value ); \ if ( ! value_r.empty() ) \ str << tag_r << value_r << std::endl; }
Referenced by zypp::RepoInfo::dumpOn().