libzypp
13.10.6
|
#include <UrlResolverPlugin.h>
Classes | |
struct | Impl |
UrlResolverPlugin implementation. More... | |
Public Types | |
typedef std::multimap < std::string, std::string > | HeaderList |
Public Member Functions | |
~UrlResolverPlugin () | |
Dtor. More... | |
Static Public Member Functions | |
static Url | resolveUrl (const Url &url, HeaderList &headers) |
Resolves an url using the installed plugins If no plugin is found the url is resolved as its current value. More... | |
Private Member Functions | |
UrlResolverPlugin () | |
Default ctor. More... | |
Private Attributes | |
RW_pointer< Impl > | _pimpl |
Pointer to implementation. More... | |
Friends | |
std::ostream & | operator<< (std::ostream &str, const UrlResolverPlugin &obj) |
Related Functions | |
(Note that these are not member functions.) | |
std::ostream & | operator<< (std::ostream &str, const UrlResolverPlugin &obj) |
Definition at line 33 of file UrlResolverPlugin.h.
typedef std::multimap<std::string, std::string> zypp::media::UrlResolverPlugin::HeaderList |
Definition at line 39 of file UrlResolverPlugin.h.
zypp::media::UrlResolverPlugin::~UrlResolverPlugin | ( | ) |
Dtor.
Definition at line 89 of file UrlResolverPlugin.cc.
|
private |
Default ctor.
|
static |
Resolves an url using the installed plugins If no plugin is found the url is resolved as its current value.
Custom headers are inserted in the provided header list
Definition at line 36 of file UrlResolverPlugin.cc.
|
friend |
Definition at line 92 of file UrlResolverPlugin.cc.
|
related |
Stream output
Definition at line 92 of file UrlResolverPlugin.cc.
|
private |
Pointer to implementation.
Definition at line 62 of file UrlResolverPlugin.h.