Base Framework
|
This is the complete list of members for Url, including all inherited members.
decodeURIComponent(const String &component) | Url | static |
encodeURIComponent(const String &component) | Url | static |
getHost() const noexcept | Url | |
getPassword() const noexcept | Url | |
getPath() const | Url | virtual |
getPort() const noexcept | Url | |
getScheme() const noexcept | Url | |
getUrl() const | Url | |
getUser() const noexcept | Url | |
isHost(String::ReadIterator i, const String::ReadIterator &end) noexcept | Url | protectedstatic |
isPort(String::ReadIterator i, const String::ReadIterator &end) noexcept | Url | protectedstatic |
isRelative() const noexcept | Url | |
isReserved(ucs4 ch) | Url | static |
isUnreserved(ucs4 ch) | Url | static |
operator=(const Url &assign) noexcept | Url | |
parse(const String &url, bool strict) | Url | protected |
setHost(const String &value) | Url | |
setPassword(const String &value) | Url | |
setPath(const String &value) | Url | virtual |
setPort(const String &value) | Url | |
setScheme(const String &value) | Url | virtual |
setUser(const String &value) | Url | |
Url() | Url | |
Url(const String &url, bool strict=true) | Url | |
Url(const String &relative, const String &base, bool strict=true) | Url | |
Url(const Url ©) noexcept | Url | |
validatePassword(const String &str) | Url | protectedstatic |
validateScheme(const String &value) | Url | protectedstatic |
validateUser(const String &str) | Url | protectedstatic |
~Url() noexcept | Url | inlinevirtual |