libzypp 9.41.1

RepoInfo.cc File Reference

#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.

Classes

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

Namespaces

namespace  zypp
 

Easy-to use interface to the ZYPP dependency resolver.


Defines

#define strif(tag_r, value)

Functions

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

Detailed Description

Definition in file RepoInfo.cc.


Define Documentation

#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().