Ada 3.0.1
Fast spec-compliant URL parser
Loading...
Searching...
No Matches
ada::url_pattern_helpers::token Class Reference

#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 {}
 

Detailed Description

Definition at line 45 of file url_pattern_helpers.h.

Constructor & Destructor Documentation

◆ token()

ada::url_pattern_helpers::token::token ( token_type _type,
size_t _index,
std::string && _value )
inline

Definition at line 47 of file url_pattern_helpers.h.

References index, type, and value.

Member Data Documentation

◆ index

size_t ada::url_pattern_helpers::token::index = 0

Definition at line 55 of file url_pattern_helpers.h.

Referenced by token().

◆ type

token_type ada::url_pattern_helpers::token::type = token_type::INVALID_CHAR

◆ value

std::string ada::url_pattern_helpers::token::value {}

The documentation for this class was generated from the following file: