Ada 2.9.2
Fast spec-compliant URL parser
|
#include <url_search_params.h>
Friends | |
template<typename T , url_search_params_iter_type Type> | |
struct | url_search_params_iter |
template<typename T , url_search_params_iter_type Type> | |
struct | url_search_params_iter |
Definition at line 38 of file url_search_params.h.
|
default |
|
inline |
Definition at line 45 of file url_search_params.h.
References ada::parse().
|
default |
|
defaultnoexcept |
|
default |
|
default |
|
inline |
|
default |
|
defaultnoexcept |
|
default |
|
inline |
Definition at line 70 of file url_search_params-inl.h.
|
inline |
|
inline |
Definition at line 130 of file url_search_params.h.
|
inline |
C++ style conventional iterator support. const only because we do not really want the params to be modified via the iterator.
Definition at line 127 of file url_search_params.h.
|
inline |
|
inline |
Definition at line 128 of file url_search_params.h.
|
inline |
Definition at line 129 of file url_search_params.h.
|
inline |
Definition at line 77 of file url_search_params-inl.h.
References ada::parse().
|
inline |
|
inline |
Definition at line 89 of file url_search_params-inl.h.
References ada::parse().
|
inline |
|
inline |
Returns a simple JS-style iterator over all of the entries in this url_search_params. The entries are pairs of keys and corresponding values. The valid lifespan of the iterator is tied to the url_search_params. The iterator must be freed when you're done with it.
Definition at line 191 of file url_search_params-inl.h.
|
inline |
Returns a simple JS-style iterator over all of the entries in this url_search_params. The entries are pairs of keys and corresponding values. The valid lifespan of the iterator is tied to the url_search_params. The iterator must be freed when you're done with it.
|
inline |
Returns a simple JS-style iterator over all of the keys in this url_search_params. The keys in the iterator are not unique. The valid lifespan of the iterator is tied to the url_search_params. The iterator must be freed when you're done with it.
Definition at line 177 of file url_search_params-inl.h.
|
inline |
Returns a simple JS-style iterator over all of the keys in this url_search_params. The keys in the iterator are not unique. The valid lifespan of the iterator is tied to the url_search_params. The iterator must be freed when you're done with it.
|
inline |
Returns a simple JS-style iterator over all of the values in this url_search_params. The valid lifespan of the iterator is tied to the url_search_params. The iterator must be freed when you're done with it.
Definition at line 184 of file url_search_params-inl.h.
|
inline |
Returns a simple JS-style iterator over all of the values in this url_search_params. The valid lifespan of the iterator is tied to the url_search_params. The iterator must be freed when you're done with it.
|
inlinenoexcept |
Definition at line 102 of file url_search_params-inl.h.
References ada::parse().
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 108 of file url_search_params-inl.h.
References ada::parse().
|
inlinenoexcept |
|
default |
|
default |
|
defaultnoexcept |
|
defaultnoexcept |
Definition at line 131 of file url_search_params.h.
|
inline |
Definition at line 153 of file url_search_params-inl.h.
References ada::parse().
|
inline |
|
inline |
Definition at line 160 of file url_search_params-inl.h.
References ada::parse().
|
inline |
|
inline |
Definition at line 138 of file url_search_params-inl.h.
References ada::parse().
|
inline |
|
inlinenoexcept |
Definition at line 75 of file url_search_params-inl.h.
|
inlinenoexcept |
|
inline |
Definition at line 170 of file url_search_params-inl.h.
References ada::parse().
|
inline |
|
inline |
Definition at line 117 of file url_search_params-inl.h.
References ada::parse(), and ada::character_sets::WWW_FORM_URLENCODED_PERCENT_ENCODE.
|
inline |
|
friend |
Definition at line 151 of file url_search_params.h.
|
friend |