The Micro C++ Library
micxx::URL Member List
This is the complete list of members for micxx::URL, including all inherited members.
DEFAULT_PORT_FTPmicxx::URL [static]
DEFAULT_PORT_HTTPmicxx::URL [static]
DEFAULT_PORT_HTTPSmicxx::URL [static]
DEFAULT_PORT_MAILTOmicxx::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_FTPmicxx::URL [static]
SCHEME_HTTPmicxx::URL [static]
SCHEME_HTTPSmicxx::URL [static]
SCHEME_MAILTOmicxx::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]