REAL
Regular Expression Algorithmic Library — constexpr C++20 regex
Loading...
Searching...
No Matches
real::dfa Member List

This is the complete list of members for real::dfa, including all inherited members.

class_count() const noexceptreal::dfainline
dfa(std::span< const detail::program_view > programs, dfa_mode mode=dfa_mode::munch)real::dfainlineexplicit
dfa(std::span< const regex > patterns, dfa_mode mode=dfa_mode::munch)real::dfainlineexplicit
has_first_byte_skip() const noexceptreal::dfainline
is_unanchored() const noexceptreal::dfainline
match(std::string_view rest) const noexceptreal::dfainline
rule_count() const noexceptreal::dfainline
state_count() const noexceptreal::dfainline
tables_real::dfaprivate
views_of(std::span< const regex > patterns)real::dfainlineprivatestatic
which_matched(std::string_view text, bool first_byte_skip=true) constreal::dfainline