libzypp  11.13.5
Url.cc File Reference
#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>
Include dependency graph for Url.cc:

Go to the source code of this file.

Namespaces

namespace  zypp
 Easy-to use interface to the ZYPP dependency resolver.

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
bool zypp::operator== (const Url &lhs, const Url &rhs)
 needed for find
bool zypp::operator!= (const Url &lhs, const Url &rhs)

Detailed Description

Definition in file Url.cc.


Macro Definition Documentation

#define RX_SPLIT_URL
Value:
"^([^:/?#]+:|)" \
"(//[^/?#]*|)" \
"([^?#]*)" \
"([?][^#]*|)" \
"(#.*|)"

Definition at line 34 of file Url.cc.


Variable Documentation

UrlBySchemeMap urlByScheme

Definition at line 169 of file Url.cc.