#include <zypp/Url.h>
#include <zypp/base/String.h>
#include <stdexcept>
Go to the source code of this file.
Namespaces | |
namespace | zypp |
Defines | |
#define | RX_SPLIT_URL |
Typedefs | |
typedef std::map< std::string, UrlRef > | UrlBySchemeMap |
Functions | |
std::ostream & | zypp::operator<< (std::ostream &str, const Url &url) |
Variables | |
UrlBySchemeMap | urlByScheme |
UrlByScheme | zypp::g_urlSchemeRepository |
Definition in file Url.cc.
|
Value: "^(([^:/?#]+):)?" \ "(//([^/?#]*))?" \ "([^?#]*)" \ "([?]([^#]*))?" \ "(#(.*))?" Definition at line 29 of file Url.cc. Referenced by zypp::Url::parseUrl(). |
|
|
|
|