|
| http_weighted_value (const std::locale &locale=std::locale()) |
|
virtual bool | match (_In_reads_or_z_(end) const char *text, size_t start=0, size_t end=(size_t) -1, int flags=match_default) |
|
virtual void | invalidate () |
|
| basic_parser (const std::locale &locale=std::locale()) |
|
bool | search (_In_reads_or_z_(end) const char *text, size_t start=0, size_t end=(size_t) -1, int flags=match_default) |
|
virtual bool | match (_In_reads_or_z_(end) const char *text, size_t start=0, size_t end=(size_t) -1, int flags=match_default)=0 |
|
bool | match (const std::basic_string< char, _Traits, _Ax > &text, size_t start=0, size_t end=(size_t) -1, int flags=match_default) |
|
virtual void | invalidate () |
|
template<class T, class T_asterisk = http_asterisk>
class stdex::parser::http_weighted_value< T, T_asterisk >
Test for HTTP weighted value.