Go to the source code of this file.
|  | 
| namespace | zypp | 
|  | Easy-to use interface to the ZYPP dependency resolver. 
 | 
|  | 
| std::ostream & | zypp::operator<< (std::ostream &str, const OriginEndpoint &url) | 
| bool | zypp::operator< (const OriginEndpoint &lhs, const OriginEndpoint &rhs) | 
|  | needed for std::set 
 | 
| 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 
 | 
| 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 
 | 
| std::ostream & | zypp::operator<< (std::ostream &str, const MirroredOrigin &origin) | 
| std::ostream & | zypp::operator<< (std::ostream &str, const MirroredOriginSet &origin) | 
◆ ZYPP_BASE_LOGGER_LOGGROUP
      
        
          | #define ZYPP_BASE_LOGGER_LOGGROUP   "zypp::MirroredOrigin" |