#include <zypp/Url.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 | |
| namespace | zypp |
Defines | |
| #define | RX_SPLIT_URL |
Functions | |
| UrlByScheme & | zypp::g_urlSchemeRepository () |
| std::ostream & | zypp::operator<< (std::ostream &str, const Url &url) |
| bool | zypp::operator< (const Url &lhs, const Url &rhs) |
| needed for std::set | |
| bool | zypp::operator== (const Url &lhs, const Url &rhs) |
| needed for find | |
| bool | zypp::operator!= (const Url &lhs, const Url &rhs) |
Definition in file Url.cc.
| #define RX_SPLIT_URL |
Value:
"^([^:/?#]+:|)" \ "(//[^/?#]*|)" \ "([^?#]*)" \ "([?][^#]*|)" \ "(#.*|)"
Definition at line 32 of file Url.cc.
Referenced by zypp::Url::parseUrl().
| UrlBySchemeMap urlByScheme |
1.5.3