This is the complete list of members for URLSpec, including all inherited members.
c_str() const (defined in URLSpec) | URLSpec | inline |
compare_to(const URLSpec &other) const | URLSpec | |
empty() const | URLSpec | inline |
get_authority | URLSpec | inline |
get_authority() const (defined in URLSpec) | URLSpec | inline |
get_default_port_for_scheme(const std::string &scheme) | URLSpec | static |
get_hash() const (defined in URLSpec) | URLSpec | |
get_path | URLSpec | |
get_path() const (defined in URLSpec) | URLSpec | |
get_path_and_query() const | URLSpec | |
get_port | URLSpec | |
get_port() const (defined in URLSpec) | URLSpec | |
get_port_str() const | URLSpec | inline |
get_query | URLSpec | inline |
get_query() const (defined in URLSpec) | URLSpec | inline |
get_scheme | URLSpec | |
get_scheme() const (defined in URLSpec) | URLSpec | |
get_server | URLSpec | inline |
get_server() const (defined in URLSpec) | URLSpec | inline |
get_server_and_port | URLSpec | |
get_server_and_port() const (defined in URLSpec) | URLSpec | |
get_url() const | URLSpec | inline |
get_username | URLSpec | inline |
get_username() const (defined in URLSpec) | URLSpec | inline |
has_authority() const | URLSpec | inline |
has_path() const | URLSpec | inline |
has_port() const | URLSpec | inline |
has_query() const | URLSpec | inline |
has_scheme() const | URLSpec | inline |
has_server() const | URLSpec | inline |
has_username() const | URLSpec | inline |
input(std::istream &in) (defined in URLSpec) | URLSpec | |
is_default_port() const | URLSpec | |
is_ssl | URLSpec | inline |
is_ssl() const (defined in URLSpec) | URLSpec | inline |
length() const (defined in URLSpec) | URLSpec | inline |
operator !=(const URLSpec &other) const (defined in URLSpec) | URLSpec | inline |
operator [](size_t n) const (defined in URLSpec) | URLSpec | inline |
operator bool() const | URLSpec | inline |
operator const std::string &() const (defined in URLSpec) | URLSpec | inline |
operator<(const URLSpec &other) const (defined in URLSpec) | URLSpec | inline |
operator=(const std::string &url) (defined in URLSpec) | URLSpec | inline |
operator==(const URLSpec &other) const (defined in URLSpec) | URLSpec | inline |
output(std::ostream &out) const (defined in URLSpec) | URLSpec | |
quote(const std::string &source, const std::string &safe="/") | URLSpec | static |
quote_plus(const std::string &source, const std::string &safe="/") | URLSpec | static |
set_authority | URLSpec | |
set_authority(const std::string &authority) (defined in URLSpec) | URLSpec | |
set_path | URLSpec | |
set_path(const std::string &path) (defined in URLSpec) | URLSpec | |
set_port | URLSpec | |
set_port(const std::string &port) (defined in URLSpec) | URLSpec | |
set_port(uint16_t port) (defined in URLSpec) | URLSpec | |
set_query | URLSpec | |
set_query(const std::string &query) (defined in URLSpec) | URLSpec | |
set_scheme | URLSpec | |
set_scheme(const std::string &scheme) (defined in URLSpec) | URLSpec | |
set_server | URLSpec | |
set_server(const std::string &server) (defined in URLSpec) | URLSpec | |
set_server_and_port | URLSpec | |
set_server_and_port(const std::string &server_and_port) (defined in URLSpec) | URLSpec | |
set_url(const std::string &url, bool server_name_expected=false) | URLSpec | |
set_username | URLSpec | |
set_username(const std::string &username) (defined in URLSpec) | URLSpec | |
size() const (defined in URLSpec) | URLSpec | inline |
unquote(const std::string &source) | URLSpec | static |
unquote_plus(const std::string &source) | URLSpec | static |
URLSpec() (defined in URLSpec) | URLSpec | |
URLSpec(const std::string &url, bool server_name_expected=false) (defined in URLSpec) | URLSpec | inline |
URLSpec(const URLSpec &url, const Filename &path) | URLSpec |