libzypp
17.25.8
|
#include <zypp/Url.h>
#include <zypp/Pathname.h>
#include <zypp/base/Gettext.h>
#include <zypp/base/String.h>
#include <zypp/base/Regex.h>
#include <stdexcept>
#include <iostream>
Go to the source code of this file.
Namespaces | |
zypp | |
Easy-to use interface to the ZYPP dependency resolver. | |
zypp::hotfix1050625 | |
Macros | |
#define | RX_SPLIT_URL |
Functions | |
std::ostream & | zypp::operator<< (std::ostream &str, const Url &url) |
bool | zypp::operator< (const Url &lhs, const Url &rhs) |
needed for std::set More... | |
bool | zypp::operator== (const Url &lhs, const Url &rhs) |
needed for find More... | |
bool | zypp::operator!= (const Url &lhs, const Url &rhs) |
std::string | zypp::hotfix1050625::asString (const Url &url_r) |
#define RX_SPLIT_URL |