|
C++ API Reference
|
This is the complete list of members for MURI, including all inherited members.
| addQueryItem(const MString &key, const MString &value) | MURI | |
| asString() const | MURI | |
| className() | MURI | static |
| clear() | MURI | |
| copy(const MURI &other) | MURI | |
| getAllQueryItemKeys() const | MURI | |
| getAllQueryItemValues(const MString &key) const | MURI | |
| getAuthority() const | MURI | |
| getDirectory() const | MURI | |
| getFileName(bool includeExtension=true) const | MURI | |
| getFragment() const | MURI | |
| getHost() const | MURI | |
| getPassword() const | MURI | |
| getPath() const | MURI | |
| getPort() const | MURI | |
| getQueryItemValue(const MString &key) const | MURI | |
| getQueryPairDelimiter() const | MURI | |
| getQueryValueDelimiter() const | MURI | |
| getScheme() const | MURI | |
| getUserInfo() const | MURI | |
| getUserName() const | MURI | |
| isEmpty() const | MURI | |
| isValid() const | MURI | |
| isValidURI(const MString &URI) | MURI | static |
| MURI() | MURI | |
| MURI(const MString &URI) | MURI | |
| MURI(const MURI &other) | MURI | |
| operator!=(const MURI &rhs) const | MURI | |
| operator=(const MURI &rhs) | MURI | |
| operator=(const MString &URI) | MURI | |
| operator==(const MURI &rhs) const | MURI | |
| removeAllQueryItems(const MString &key) | MURI | |
| removeQueryItem(const MString &key) | MURI | |
| setAuthority(const MString &authority) | MURI | |
| setDirectory(const MString &directory) | MURI | |
| setFileName(const MString &fileName) | MURI | |
| setFragment(const MString &fragment) | MURI | |
| setHost(const MString &host) | MURI | |
| setPassword(const MString &password) | MURI | |
| setPath(const MString &path) | MURI | |
| setPort(int port) | MURI | |
| setQueryDelimiters(char valueDelimiter, char pairDelimiter) | MURI | |
| setScheme(const MString &scheme) | MURI | |
| setURI(const MString &URI) | MURI | |
| setUserInfo(const MString &userInfo) | MURI | |
| setUserName(const MString &userName) | MURI | |
| ~MURI() | MURI |