HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_Url Member List

This is the complete list of members for UT_Url, including all inherited members.

clear()UT_Url
FormattingOptions enum nameUT_Url
hasMatchingHost(const UT_Url &url) const UT_Url
hasMatchingHost(const UT_StringHolder &host) const UT_Url
hasMatchingPath(const UT_Url &url) const UT_Urlinline
hasMatchingPath(const UT_StringHolder &path) const UT_Urlinline
host() const UT_Urlinline
isDefaultPortForProtocol(Protocol prot, int port)UT_Urlstatic
isUsable() const UT_Urlinline
None enum valueUT_Url
operator bool() const UT_Urlinlineexplicit
operator!=(const UT_Url &url) const UT_Urlinline
operator=(const UT_Url &url)=defaultUT_Url
operator=(UT_Url &&url)=defaultUT_Url
operator==(const UT_Url &url) const UT_Urlinline
parse(const UT_StringRef &str_url, Protocol force_protocol=PROT_UNKNOWN)UT_Url
password() const UT_Urlinline
path() const UT_Urlinline
port() const UT_Url
PROT_HTTP enum valueUT_Url
PROT_HTTPS enum valueUT_Url
PROT_SMTP enum valueUT_Url
PROT_UNKNOWN enum valueUT_Url
PROT_WS enum valueUT_Url
PROT_WSS enum valueUT_Url
Protocol enum nameUT_Url
protocol() const UT_Urlinline
protocolToString() const UT_Url
queryString() const UT_Urlinline
rawPort() const UT_Urlinline
RemovePassword enum valueUT_Url
RemovePath enum valueUT_Url
RemovePort enum valueUT_Url
RemoveProtocol enum valueUT_Url
RemoveQuery enum valueUT_Url
RemoveUserInfo enum valueUT_Url
setHost(const UT_StringHolder &host)UT_Urlinline
setPassword(const UT_StringHolder &pass)UT_Urlinline
setPath(const UT_StringHolder &path)UT_Urlinline
setPort(int port)UT_Urlinline
setProtocol(Protocol protocol)UT_Urlinline
setQueryString(const UT_StringHolder &query)UT_Urlinline
setUser(const UT_StringHolder &user)UT_Urlinline
theInvalidUrlUT_Urlstatic
toHostPort() const UT_Urlinline
toString(unsigned format=FormattingOptions::None) const UT_Url
user() const UT_Urlinline
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)=defaultUT_Url
UT_Url(UT_Url &&url)=defaultUT_Url