stdex
Additional custom or not Standard C++ covered algorithms
|
This is the complete list of members for stdex::parser::basic_permutation< T >, including all inherited members.
basic_parser(const std::locale &locale=std::locale()) (defined in stdex::parser::basic_parser< T >) | stdex::parser::basic_parser< T > | inline |
basic_permutation(const std::shared_ptr< basic_parser< T > > *el=nullptr, size_t count=0, const std::locale &locale=std::locale()) (defined in stdex::parser::basic_permutation< T >) | stdex::parser::basic_permutation< T > | inline |
basic_permutation(std::vector< std::shared_ptr< basic_parser< T > > > &&collection, const std::locale &locale=std::locale()) (defined in stdex::parser::basic_permutation< T >) | stdex::parser::basic_permutation< T > | inline |
do_match(_In_reads_or_z_opt_(end) const T *text, size_t start=0, size_t end=SIZE_MAX, int flags=match_default) (defined in stdex::parser::basic_permutation< T >) | stdex::parser::basic_permutation< T > | inlineprotectedvirtual |
interval | stdex::parser::basic_parser< T > | |
invalidate() (defined in stdex::parser::parser_collection< T >) | stdex::parser::parser_collection< T > | inlinevirtual |
m_collection (defined in stdex::parser::parser_collection< T >) | stdex::parser::parser_collection< T > | protected |
m_locale (defined in stdex::parser::basic_parser< T >) | stdex::parser::basic_parser< T > | protected |
match(_In_reads_or_z_opt_(end) const T *text, size_t start=0, size_t end=SIZE_MAX, int flags=match_default) (defined in stdex::parser::basic_parser< T >) | stdex::parser::basic_parser< T > | inline |
match(const std::basic_string_view< T, std::char_traits< T > > text, size_t start=0, size_t end=SIZE_MAX, int flags=match_default) (defined in stdex::parser::basic_parser< T >) | stdex::parser::basic_parser< T > | inline |
match_recursively(_In_reads_or_z_opt_(end) const T *text, size_t start=0, size_t end=SIZE_MAX, int flags=match_default) (defined in stdex::parser::basic_permutation< T >) | stdex::parser::basic_permutation< T > | inlineprotected |
parser_collection(const std::locale &locale) (defined in stdex::parser::parser_collection< T >) | stdex::parser::parser_collection< T > | inlineprotected |
parser_collection(const std::shared_ptr< basic_parser< T > > *el, size_t count, const std::locale &locale=std::locale()) (defined in stdex::parser::parser_collection< T >) | stdex::parser::parser_collection< T > | inline |
parser_collection(std::vector< std::shared_ptr< basic_parser< T > > > &&collection, const std::locale &locale=std::locale()) (defined in stdex::parser::parser_collection< T >) | stdex::parser::parser_collection< T > | inline |
search(_In_reads_or_z_opt_(end) const T *text, size_t start=0, size_t end=SIZE_MAX, int flags=match_default) (defined in stdex::parser::basic_parser< T >) | stdex::parser::basic_parser< T > | inline |
~basic_parser() (defined in stdex::parser::basic_parser< T >) | stdex::parser::basic_parser< T > | inlinevirtual |