| _flags | URLSpec | [private] |
| _path_end | URLSpec | [private] |
| _path_start | URLSpec | [private] |
| _port | URLSpec | [private] |
| _port_end | URLSpec | [private] |
| _port_start | URLSpec | [private] |
| _query_start | URLSpec | [private] |
| _scheme_end | URLSpec | [private] |
| _server_end | URLSpec | [private] |
| _server_start | URLSpec | [private] |
| _url | URLSpec | [private] |
| _username_end | URLSpec | [private] |
| _username_start | URLSpec | [private] |
| c_str() const | URLSpec | [inline] |
| compare_to(const URLSpec &other) const | URLSpec | [inline] |
| empty() const | URLSpec | [inline] |
| F_has_authority enum value | URLSpec | [private] |
| F_has_path enum value | URLSpec | [private] |
| F_has_port enum value | URLSpec | [private] |
| F_has_query enum value | URLSpec | [private] |
| F_has_scheme enum value | URLSpec | [private] |
| F_has_server enum value | URLSpec | [private] |
| F_has_username enum value | URLSpec | [private] |
| Flags enum name | URLSpec | [private] |
| get_authority() const | URLSpec | [inline] |
| get_path() const | URLSpec | |
| get_port() const | URLSpec | |
| get_port_str() const | URLSpec | [inline] |
| get_query() const | URLSpec | [inline] |
| get_scheme() const | URLSpec | |
| get_server() const | URLSpec | [inline] |
| get_server_and_port() const | URLSpec | |
| get_url() const | URLSpec | [inline] |
| get_username() const | 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(istream &in) | URLSpec | |
| length() const | URLSpec | [inline] |
| operator const string &() const | URLSpec | [inline] |
| operator!=(const URLSpec &other) const | URLSpec | [inline] |
| operator<(const URLSpec &other) const | URLSpec | [inline] |
| operator=(const string &url) | URLSpec | [inline] |
| operator=(const URLSpec ©) | URLSpec | |
| operator==(const URLSpec &other) const | URLSpec | [inline] |
| operator[](int n) const | URLSpec | [inline] |
| output(ostream &out) const | URLSpec | |
| parse_authority() | URLSpec | [private] |
| quote(const string &source, const string &safe="/") | URLSpec | [static] |
| quote_plus(const string &source, const string &safe="/") | URLSpec | [static] |
| set_authority(const string &authority) | URLSpec | |
| set_path(const string &path) | URLSpec | |
| set_port(const string &port) | URLSpec | |
| set_port(int port) | URLSpec | |
| set_query(const string &query) | URLSpec | |
| set_scheme(const string &scheme) | URLSpec | |
| set_server(const string &server) | URLSpec | |
| set_server_and_port(const string &server_and_port) | URLSpec | |
| set_url(const string &url, bool server_name_expected=false) | URLSpec | |
| set_username(const string &username) | URLSpec | |
| unquote(const string &source) | URLSpec | [static] |
| unquote_plus(const string &source) | URLSpec | [static] |
| URLSpec() | URLSpec | |
| URLSpec(const string &url, bool server_name_expected=false) | URLSpec | [inline] |
| URLSpec(const URLSpec ©) | URLSpec | [inline] |
1.3