|
curl-cpp
static c++17 wrapper for curl with -fno-exceptions support
|
This is the complete list of members for curl::Url_ref_t, including all inherited members.
| check_url(int code) (defined in curl::Url_ref_t) | curl::Url_ref_t | protectedstatic |
| get_code enum name | curl::Url_ref_t | |
| get_options() const noexcept -> Ret_except< string, get_code, std::bad_alloc > (defined in curl::Url_ref_t) | curl::Url_ref_t | |
| get_query() const noexcept -> Ret_except< string, get_code, std::bad_alloc > (defined in curl::Url_ref_t) | curl::Url_ref_t | |
| get_scheme() const noexcept -> Ret_except< string, get_code, std::bad_alloc > (defined in curl::Url_ref_t) | curl::Url_ref_t | |
| get_url() const noexcept -> Ret_except< string, get_code, std::bad_alloc > | curl::Url_ref_t | |
| set_code enum name | curl::Url_ref_t | |
| set_options(const char *options) noexcept -> Ret_except< set_code, std::bad_alloc > | curl::Url_ref_t | |
| set_query(const char *query) noexcept -> Ret_except< set_code, std::bad_alloc > | curl::Url_ref_t | |
| set_scheme(const char *scheme) noexcept -> Ret_except< set_code, std::bad_alloc > | curl::Url_ref_t | |
| set_url(const char *url_arg) noexcept -> Ret_except< set_code, std::bad_alloc > | curl::Url_ref_t | |
| string typedef | curl::Url_ref_t | |
| url | curl::Url_ref_t |
1.8.17