libzypp  17.37.18
MirroredOrigin.cc File Reference
Include dependency graph for MirroredOrigin.cc:

Go to the source code of this file.

Classes

struct  zypp::OriginEndpoint::Private
 
struct  zypp::MirroredOrigin::Private
 
struct  zypp::MirroredOriginSet::Private
 

Namespaces

 zypp
 

Macros

#define ZYPP_BASE_LOGGER_LOGGROUP   "zypp::MirroredOrigin"
 

Functions

std::ostream & zypp::operator<< (std::ostream &str, const OriginEndpoint &url)
 
bool zypp::operator< (const OriginEndpoint &lhs, const OriginEndpoint &rhs)
 needed for std::set More...
 
bool zypp::operator== (const OriginEndpoint &lhs, const OriginEndpoint &rhs)
 needed for find, two OriginEndpoint's are equal when the Urls match, currently settings are not compared More...
 
bool zypp::operator!= (const OriginEndpoint &lhs, const OriginEndpoint &rhs)
 needed for find, two OriginEndpoint's are equal when the Urls match, currently settings are not compared More...
 
std::ostream & zypp::operator<< (std::ostream &str, const MirroredOrigin &origin)
 
std::ostream & zypp::operator<< (std::ostream &str, const MirroredOriginSet &origin)
 

Macro Definition Documentation

◆ ZYPP_BASE_LOGGER_LOGGROUP

#define ZYPP_BASE_LOGGER_LOGGROUP   "zypp::MirroredOrigin"

Definition at line 13 of file MirroredOrigin.cc.