libcommonc++
0.7
|
This is the complete list of members for URL, including all inherited members.
decode(const String &str) | URL | static |
encode(const String &str) | URL | static |
getCanonicalPath() const | URL | inline |
getHost() const | URL | inline |
getPath() const | URL | inline |
getPort() const | URL | inline |
getQuery() const | URL | inline |
getScheme() const | URL | inline |
isValid() const | URL | |
operator!=(const URL &other) const | URL | inline |
operator=(const String &other) | URL | |
operator=(const URL &other) | URL | |
operator==(const URL &other) const | URL | |
setHost(const String &host) | URL | inline |
setPath(const String &path) | URL | |
setPort(uint16_t port) | URL | inline |
setQuery(const String &query) | URL | inline |
setScheme(const String &scheme) | URL | inline |
toString() const | URL | |
URL() | URL | |
URL(const String &url) | URL | |
URL(const URL &other) | URL | |
~URL() | URL |