![]() |
ImFusion SDK 4.3
|
This is the complete list of members for Url, including all inherited members.
appendSubquery(const Subquery &subquery) | Url | |
authority() const | Url | |
clear() | Url | |
DecodePath enum value (defined in Url) | Url | |
findSubquery(const std::string &key) const | Url | |
FormattingOption enum name (defined in Url) | Url | |
FormattingOptions typedef (defined in Url) | Url | |
fragment() const | Url | |
fromLocalFile(const std::string &path) | Url | static |
hasAuthority() const | Url | |
host() const | Url | |
isAbsolute() const (defined in Url) | Url | |
isEmpty() const (defined in Url) | Url | |
isRelative() const (defined in Url) | Url | |
isValid() const | Url | |
makeRelative (defined in Url) | Url | static |
NoAuthority enum value (defined in Url) | Url | |
NoFragment enum value (defined in Url) | Url | |
None enum value (defined in Url) | Url | |
NoPassword enum value (defined in Url) | Url | |
NoPath enum value (defined in Url) | Url | |
NoPort enum value (defined in Url) | Url | |
NoQuery enum value (defined in Url) | Url | |
normalizePath() | Url | |
NoScheme enum value (defined in Url) | Url | |
NoUserinfo enum value (defined in Url) | Url | |
operator!=(const Url &other) const (defined in Url) | Url | inline |
operator!=(const std::string &other) const (defined in Url) | Url | inline |
operator<<(std::ostream &strm, const Url &url) | Url | friend |
operator=(const Url &other)=default (defined in Url) | Url | |
operator==(const Url &other) const | Url | inline |
operator==(const std::string &other) const (defined in Url) | Url | inline |
password() const | Url | |
path() const | Url | |
percentDecoded(const std::string &str) | Url | static |
percentEncoded(const std::string &str, const std::string &encodedChars="!#$%&*+,;=?@[]") | Url | static |
port() const | Url | |
portNumber() const | Url | |
qHash (defined in Url) | Url | friend |
query() const | Url | |
relativeTo(const std::string &url, const std::string &basePath) | Url | static |
replaceSubquery(std::size_t index, const Subquery &subquery) | Url | |
scheme() const | Url | |
setAuthority(const std::string &authority) | Url | |
setFragment(const std::string &fragment) | Url | |
setHost(const std::string &host) | Url | |
setPassword(const std::string &password) | Url | |
setPath(const std::string &path) | Url | |
setPort(const std::string &port) | Url | |
setPort(int port) | Url | |
setQuery(const std::string &query) | Url | |
setScheme(const std::string &scheme) | Url | |
setUserinfo(const std::string &userinfo) | Url | |
setUsername(const std::string &username) | Url | |
string(FormattingOptions formattingOptions=None) const | Url | |
subqueries() const | Url | |
subquery(std::size_t index) const | Url | |
subqueryCount() const | Url | |
toLocalFile() const | Url | |
Url()=default | Url | |
Url(const std::string &url) | Url | |
Url(const char *url) (defined in Url) | Url | |
Url(const std::string &scheme, const std::string &authority, const std::string &path, const std::string &query={}, const std::string &fragment={}) | Url | |
Url(RelativeTag, const std::string &scheme, const std::string &path, const std::string &query={}, const std::string &fragment={}) | Url | |
Url(const Url &other)=default (defined in Url) | Url | |
userinfo() const | Url | |
username() const | Url | |
~Url()=default (defined in Url) | Url |