HDK
|
This is the complete list of members for UT_Url, including all inherited members.
clear() | UT_Url | |
FormattingOptions enum name | UT_Url | |
hasMatchingHost(const UT_Url &url) const | UT_Url | |
hasMatchingHost(const UT_StringHolder &host) const | UT_Url | |
hasMatchingPath(const UT_Url &url) const | UT_Url | inline |
hasMatchingPath(const UT_StringHolder &path) const | UT_Url | inline |
host() const | UT_Url | inline |
isDefaultPortForProtocol(Protocol prot, int port) | UT_Url | static |
isUsable() const | UT_Url | inline |
None enum value | UT_Url | |
operator bool() const | UT_Url | inlineexplicit |
operator!=(const UT_Url &url) const | UT_Url | inline |
operator=(const UT_Url &url)=default | UT_Url | |
operator=(UT_Url &&url)=default | UT_Url | |
operator==(const UT_Url &url) const | UT_Url | inline |
parse(const UT_StringRef &str_url, Protocol force_protocol=PROT_UNKNOWN) | UT_Url | |
password() const | UT_Url | inline |
path() const | UT_Url | inline |
port() const | UT_Url | |
PROT_HTTP enum value | UT_Url | |
PROT_HTTPS enum value | UT_Url | |
PROT_SMTP enum value | UT_Url | |
PROT_UNKNOWN enum value | UT_Url | |
PROT_WS enum value | UT_Url | |
PROT_WSS enum value | UT_Url | |
Protocol enum name | UT_Url | |
protocol() const | UT_Url | inline |
protocolToString() const | UT_Url | |
queryString() const | UT_Url | inline |
rawPort() const | UT_Url | inline |
RemovePassword enum value | UT_Url | |
RemovePath enum value | UT_Url | |
RemovePort enum value | UT_Url | |
RemoveProtocol enum value | UT_Url | |
RemoveQuery enum value | UT_Url | |
RemoveUserInfo enum value | UT_Url | |
setHost(const UT_StringHolder &host) | UT_Url | inline |
setPassword(const UT_StringHolder &pass) | UT_Url | inline |
setPath(const UT_StringHolder &path) | UT_Url | inline |
setPort(int port) | UT_Url | inline |
setProtocol(Protocol protocol) | UT_Url | inline |
setQueryString(const UT_StringHolder &query) | UT_Url | inline |
setUser(const UT_StringHolder &user) | UT_Url | inline |
theInvalidUrl | UT_Url | static |
toHostPort() const | UT_Url | inline |
toString(unsigned format=FormattingOptions::None) const | UT_Url | |
user() const | UT_Url | inline |
usingDefaultPortForProtocol() const | UT_Url | |
UT_Url() | UT_Url | |
UT_Url(const UT_StringRef &url_string, Protocol force_protocol=PROT_UNKNOWN) | UT_Url | |
UT_Url(Protocol prot, const UT_StringHolder &host, int port, const UT_StringHolder &path) | UT_Url | |
UT_Url(Protocol prot, const UT_StringHolder &user, const UT_StringHolder &password, const UT_StringHolder &host, int port, const UT_StringHolder &path, const UT_StringHolder &query_string) | UT_Url | |
UT_Url(const UT_Url &url)=default | UT_Url | |
UT_Url(UT_Url &&url)=default | UT_Url |