![]() |
Ark Server API (ASE) - Wiki
|
This is the complete list of members for Poco::URI, including all inherited members.
| _fragment | Poco::URI | private |
| _host | Poco::URI | private |
| _path | Poco::URI | private |
| _port | Poco::URI | private |
| _query | Poco::URI | private |
| _scheme | Poco::URI | private |
| _userInfo | Poco::URI | private |
| addQueryParameter(const std::string ¶m, const std::string &val="") | Poco::URI | |
| buildPath(const std::vector< std::string > &segments, bool leadingSlash, bool trailingSlash) | Poco::URI | protected |
| clear() | Poco::URI | |
| decode(const std::string &str, std::string &decodedStr, bool plusAsSpace=false) | Poco::URI | static |
| empty() const | Poco::URI | |
| encode(const std::string &str, const std::string &reserved, std::string &encodedStr) | Poco::URI | static |
| equals(const URI &uri) const | Poco::URI | protected |
| getAuthority() const | Poco::URI | |
| getFragment() const | Poco::URI | inline |
| getHost() const | Poco::URI | inline |
| getPath() const | Poco::URI | inline |
| getPathAndQuery() const | Poco::URI | |
| getPathEtc() const | Poco::URI | |
| getPathSegments(std::vector< std::string > &segments) const | Poco::URI | |
| getPathSegments(const std::string &path, std::vector< std::string > &segments) | Poco::URI | protectedstatic |
| getPort() const | Poco::URI | |
| getQuery() const | Poco::URI | |
| getQueryParameters() const | Poco::URI | |
| getRawQuery() const | Poco::URI | inline |
| getScheme() const | Poco::URI | inline |
| getSpecifiedPort() const | Poco::URI | inline |
| getUserInfo() const | Poco::URI | inline |
| getWellKnownPort() const | Poco::URI | protected |
| ILLEGAL | Poco::URI | protectedstatic |
| isRelative() const | Poco::URI | |
| isWellKnownPort() const | Poco::URI | protected |
| mergePath(const std::string &path) | Poco::URI | protected |
| normalize() | Poco::URI | |
| operator!=(const URI &uri) const | Poco::URI | |
| operator!=(const std::string &uri) const | Poco::URI | |
| operator=(const URI &uri) | Poco::URI | |
| operator=(URI &&uri) noexcept | Poco::URI | |
| operator=(const std::string &uri) | Poco::URI | |
| operator=(const char *uri) | Poco::URI | |
| operator==(const URI &uri) const | Poco::URI | |
| operator==(const std::string &uri) const | Poco::URI | |
| parse(const std::string &uri) | Poco::URI | protected |
| parseAuthority(std::string::const_iterator &it, const std::string::const_iterator &end) | Poco::URI | protected |
| parseFragment(std::string::const_iterator &it, const std::string::const_iterator &end) | Poco::URI | protected |
| parseHostAndPort(std::string::const_iterator &it, const std::string::const_iterator &end) | Poco::URI | protected |
| parsePath(std::string::const_iterator &it, const std::string::const_iterator &end) | Poco::URI | protected |
| parsePathEtc(std::string::const_iterator &it, const std::string::const_iterator &end) | Poco::URI | protected |
| parseQuery(std::string::const_iterator &it, const std::string::const_iterator &end) | Poco::URI | protected |
| QueryParameters typedef | Poco::URI | |
| removeDotSegments(bool removeLeading=true) | Poco::URI | protected |
| RESERVED_FRAGMENT | Poco::URI | protectedstatic |
| RESERVED_PATH | Poco::URI | protectedstatic |
| RESERVED_QUERY | Poco::URI | protectedstatic |
| RESERVED_QUERY_PARAM | Poco::URI | protectedstatic |
| resolve(const std::string &relativeURI) | Poco::URI | |
| resolve(const URI &relativeURI) | Poco::URI | |
| setAuthority(const std::string &authority) | Poco::URI | |
| setFragment(const std::string &fragment) | Poco::URI | |
| setHost(const std::string &host) | Poco::URI | |
| setPath(const std::string &path) | Poco::URI | |
| setPathEtc(const std::string &pathEtc) | Poco::URI | |
| setPort(unsigned short port) | Poco::URI | |
| setQuery(const std::string &query) | Poco::URI | |
| setQueryParameters(const QueryParameters ¶ms) | Poco::URI | |
| setRawQuery(const std::string &query) | Poco::URI | |
| setScheme(const std::string &scheme) | Poco::URI | |
| setUserInfo(const std::string &userInfo) | Poco::URI | |
| swap(URI &uri) | Poco::URI | |
| toString() const | Poco::URI | |
| URI() | Poco::URI | |
| URI(const std::string &uri) | Poco::URI | explicit |
| URI(const char *uri) | Poco::URI | explicit |
| URI(const std::string &scheme, const std::string &pathEtc) | Poco::URI | |
| URI(const std::string &scheme, const std::string &authority, const std::string &pathEtc) | Poco::URI | |
| URI(const std::string &scheme, const std::string &authority, const std::string &path, const std::string &query) | Poco::URI | |
| URI(const std::string &scheme, const std::string &authority, const std::string &path, const std::string &query, const std::string &fragment) | Poco::URI | |
| URI(const URI &uri) | Poco::URI | |
| URI(URI &&uri) noexcept | Poco::URI | |
| URI(const URI &baseURI, const std::string &relativeURI) | Poco::URI | |
| URI(const Path &path) | Poco::URI | explicit |
| ~URI() | Poco::URI |