|
REAL
Regular Expression Algorithmic Library — constexpr C++20 regex
|
This is the complete list of members for real::dfa, including all inherited members.
| class_count() const noexcept | real::dfa | inline |
| dfa(std::span< const detail::program_view > programs) | real::dfa | inlineexplicit |
| dfa(std::span< const regex > patterns) | real::dfa | inlineexplicit |
| match(std::string_view rest) const noexcept | real::dfa | inline |
| rule_count() const noexcept | real::dfa | inline |
| state_count() const noexcept | real::dfa | inline |
| tables_ | real::dfa | private |
| views_of(std::span< const regex > patterns) | real::dfa | inlineprivatestatic |