|
The Micro C++ Library
|
| DEFAULT_PORT_FTP | micxx::URL | [static] |
| DEFAULT_PORT_HTTP | micxx::URL | [static] |
| DEFAULT_PORT_HTTPS | micxx::URL | [static] |
| DEFAULT_PORT_MAILTO | micxx::URL | [static] |
| getHost() const | micxx::URL | [inline] |
| getPassword() const | micxx::URL | [inline] |
| getPath() const | micxx::URL | [inline] |
| getPort() const | micxx::URL | |
| getQuery() const | micxx::URL | [inline] |
| getScheme() const | micxx::URL | [inline] |
| getUser() const | micxx::URL | [inline] |
| operator=(const std::string &url) | micxx::URL | |
| SCHEME_FTP | micxx::URL | [static] |
| SCHEME_HTTP | micxx::URL | [static] |
| SCHEME_HTTPS | micxx::URL | [static] |
| SCHEME_MAILTO | micxx::URL | [static] |
| setHost(const std::string &host) | micxx::URL | |
| setParent(const URL &parent) | micxx::URL | |
| setPassword(const std::string &password) | micxx::URL | |
| setPath(const std::string &path) | micxx::URL | |
| setPort(unsigned short port) | micxx::URL | |
| setPort(const std::string &port) | micxx::URL | |
| setQuery(const std::string &query) | micxx::URL | |
| setScheme(const std::string &scheme) | micxx::URL | |
| setUser(const std::string &user) | micxx::URL | |
| toString() const | micxx::URL | [virtual] |
| URL() | micxx::URL | |
| URL(const std::string &url) | micxx::URL | |
| URL(const std::string &scheme, const std::string &host, unsigned short port=0, const std::string &path="/", const std::string &user="", const std::string &password="", const std::string &query="") | micxx::URL | |
| ~ToString() | micxx::traits::ToString | [inline, virtual] |
| ~URL() | micxx::URL | [virtual] |