Ada 3.0.1
Fast spec-compliant URL parser
|
#include <url_pattern_helpers.h>
Public Member Functions | |
token (token_type _type, size_t _index, std::string &&_value) | |
Public Attributes | |
token_type | type = token_type::INVALID_CHAR |
size_t | index = 0 |
std::string | value {} |
Definition at line 45 of file url_pattern_helpers.h.
|
inline |
Definition at line 47 of file url_pattern_helpers.h.
size_t ada::url_pattern_helpers::token::index = 0 |
Definition at line 55 of file url_pattern_helpers.h.
Referenced by token().
token_type ada::url_pattern_helpers::token::type = token_type::INVALID_CHAR |
Definition at line 51 of file url_pattern_helpers.h.
Referenced by ada::url_pattern_helpers::url_pattern_parser< F >::add_part(), and token().
std::string ada::url_pattern_helpers::token::value {} |
Definition at line 59 of file url_pattern_helpers.h.
Referenced by ada::url_pattern_helpers::url_pattern_parser< F >::add_part(), ada::url_pattern_helpers::url_pattern_parser< F >::consume_text(), and token().