#include <zypp-core/Url.h>
#include <zypp-core/base/PtrTypes.h>
#include <boost/iterator/iterator_facade.hpp>
#include <any>
#include <string>
#include <vector>
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) |