stdex
Additional custom or not Standard C++ covered algorithms
|
Test for any code unit from a given string of code units. More...
#include <stdex/parser.hpp>
Public Member Functions | |
basic_cu_set (_In_reads_or_z_(count) const T *set, size_t count=(size_t) -1, bool invert=false, const std::locale &locale=std::locale()) | |
virtual bool | match (_In_reads_or_z_(end) const T *text, size_t start=0, size_t end=(size_t) -1, int flags=match_default) |
![]() | |
basic_set (bool invert=false, const std::locale &locale=std::locale()) | |
virtual bool | match (_In_reads_or_z_(end) const T *text, size_t start=0, size_t end=(size_t) -1, int flags=match_default)=0 |
virtual void | invalidate () |
![]() | |
basic_tester (const std::locale &locale=std::locale()) | |
bool | search (_In_reads_or_z_(end) const T *text, size_t start=0, size_t end=(size_t) -1, int flags=match_default) |
virtual bool | match (_In_reads_or_z_(end) const T *text, size_t start=0, size_t end=(size_t) -1, int flags=match_default)=0 |
template<class _Traits , class _Ax > | |
bool | match (const std::basic_string< T, _Traits, _Ax > &text, size_t start=0, size_t end=(size_t) -1, int flags=match_default) |
virtual void | invalidate () |
Protected Attributes | |
std::basic_string< T > | m_set |
![]() | |
bool | m_invert |
![]() | |
const std::locale & | m_locale |
Additional Inherited Members | |
![]() | |
size_t | hit_offset |
![]() | |
interval< size_t > | interval |
Test for interval. | |
Test for any code unit from a given string of code units.
|
inlinevirtual |
Implements stdex::parser::basic_set< T >.