Test for HTTP cookie parameter (RFC2109)
More...
#include <stdex/parser.hpp>
|
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_tester (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 () |
|
Test for HTTP cookie parameter (RFC2109)
◆ invalidate()
virtual void stdex::parser::http_cookie_parameter::invalidate |
( |
| ) |
|
|
inlinevirtual |
◆ match()
virtual bool stdex::parser::http_cookie_parameter::match |
( |
_In_reads_or_z_(end) const char * |
text, |
|
|
size_t |
start = 0 , |
|
|
size_t |
end = (size_t)-1 , |
|
|
int |
flags = match_default |
|
) |
| |
|
inlinevirtual |
The documentation for this class was generated from the following file: