libzypp
13.10.6
|
This is the complete list of members for zypp::Url, including all inherited members.
asCompleteString() const | zypp::Url | |
asString() const | zypp::Url | |
asString(const ViewOptions &opts) const | zypp::Url | |
delQueryParam(const std::string ¶m) | zypp::Url | |
EEncoding typedef | zypp::Url | |
getAuthority() const | zypp::Url | |
getFragment(EEncoding eflag=zypp::url::E_DECODED) const | zypp::Url | |
getHost(EEncoding eflag=zypp::url::E_DECODED) const | zypp::Url | |
getKnownSchemes() const | zypp::Url | |
getPassword(EEncoding eflag=zypp::url::E_DECODED) const | zypp::Url | |
getPathData() const | zypp::Url | |
getPathName(EEncoding eflag=zypp::url::E_DECODED) const | zypp::Url | |
getPathParam(const std::string ¶m, EEncoding eflag=zypp::url::E_DECODED) const | zypp::Url | |
getPathParams() const | zypp::Url | |
getPathParamsMap(EEncoding eflag=zypp::url::E_DECODED) const | zypp::Url | |
getPathParamsVec() const | zypp::Url | |
getPort() const | zypp::Url | |
getQueryParam(const std::string ¶m, EEncoding eflag=zypp::url::E_DECODED) const | zypp::Url | |
getQueryString() const | zypp::Url | |
getQueryStringMap(EEncoding eflag=zypp::url::E_DECODED) const | zypp::Url | |
getQueryStringVec() const | zypp::Url | |
getRegisteredSchemes() | zypp::Url | static |
getScheme() const | zypp::Url | |
getUsername(EEncoding eflag=zypp::url::E_DECODED) const | zypp::Url | |
getViewOptions() const | zypp::Url | |
hasCredentialsInAuthority() const | zypp::Url | inline |
isRegisteredScheme(const std::string &scheme) | zypp::Url | static |
isValid() const | zypp::Url | |
isValidScheme(const std::string &scheme) const | zypp::Url | |
m_impl | zypp::Url | private |
operator=(const std::string &encodedUrl) | zypp::Url | |
operator=(const Url &url) | zypp::Url | |
parseUrl(const std::string &encodedUrl) | zypp::Url | static |
registerScheme(const std::string &scheme, url::UrlRef urlImpl) | zypp::Url | static |
schemeIsDownloading(const std::string &scheme_r) | zypp::Url | static |
schemeIsDownloading() const | zypp::Url | inline |
schemeIsLocal(const std::string &scheme_r) | zypp::Url | static |
schemeIsLocal() const | zypp::Url | inline |
schemeIsRemote(const std::string &scheme_r) | zypp::Url | static |
schemeIsRemote() const | zypp::Url | inline |
schemeIsVolatile(const std::string &scheme_r) | zypp::Url | static |
schemeIsVolatile() const | zypp::Url | inline |
setAuthority(const std::string &authority) | zypp::Url | |
setFragment(const std::string &fragment, EEncoding eflag=zypp::url::E_DECODED) | zypp::Url | |
setHost(const std::string &host) | zypp::Url | |
setPassword(const std::string &pass, EEncoding eflag=zypp::url::E_DECODED) | zypp::Url | |
setPathData(const std::string &pathdata) | zypp::Url | |
setPathName(const std::string &path, EEncoding eflag=zypp::url::E_DECODED) | zypp::Url | |
setPathName(const Pathname &path, EEncoding eflag=zypp::url::E_DECODED) | zypp::Url | |
setPathName(const char *path, EEncoding eflag=zypp::url::E_DECODED) | zypp::Url | |
setPathParam(const std::string ¶m, const std::string &value) | zypp::Url | |
setPathParams(const std::string ¶ms) | zypp::Url | |
setPathParamsMap(const zypp::url::ParamMap &pmap) | zypp::Url | |
setPathParamsVec(const zypp::url::ParamVec &pvec) | zypp::Url | |
setPort(const std::string &port) | zypp::Url | |
setQueryParam(const std::string ¶m, const std::string &value) | zypp::Url | |
setQueryString(const std::string &querystr) | zypp::Url | |
setQueryStringMap(const zypp::url::ParamMap &qmap) | zypp::Url | |
setQueryStringVec(const zypp::url::ParamVec &qvec) | zypp::Url | |
setScheme(const std::string &scheme) | zypp::Url | |
setUsername(const std::string &user, EEncoding eflag=zypp::url::E_DECODED) | zypp::Url | |
setViewOptions(const ViewOptions &vopts) | zypp::Url | |
Url() | zypp::Url | |
Url(const Url &url) | zypp::Url | |
Url(const zypp::url::UrlRef &url) | zypp::Url | |
Url(const std::string &encodedUrl) | zypp::Url | |
ViewOptions typedef | zypp::Url | |
~Url() | zypp::Url |