This is the complete list of members for real::detail::lazy_dfa, including all inherited members.
| alpha_ | real::detail::lazy_dfa | private |
| anchored_end(std::string_view text, std::size_t start) | real::detail::lazy_dfa | inline |
| begin_scan() | real::detail::lazy_dfa | inline |
| budget_ | real::detail::lazy_dfa | private |
| cache_ | real::detail::lazy_dfa | private |
| classes_ | real::detail::lazy_dfa | private |
| close_into(std::int32_t pc, std::vector< std::int32_t > &out, std::vector< char > &seen) const | real::detail::lazy_dfa | inlineprivate |
| code_ | real::detail::lazy_dfa | private |
| compute_eligibility(std::span< const instr > code) | real::detail::lazy_dfa | inlineprivatestatic |
| consumed_width(std::int32_t) | real::detail::lazy_dfa | inlineprivatestatic |
| consumes(std::int32_t pc, std::uint8_t byte) const | real::detail::lazy_dfa | inlineprivate |
| cut(std::uint32_t state, std::uint32_t m) | real::detail::lazy_dfa | inlineprivate |
| cut_cached(std::uint32_t state) | real::detail::lazy_dfa | inlineprivate |
| dead_state | real::detail::lazy_dfa | static |
| eligible() const | real::detail::lazy_dfa | inline |
| eligible_ | real::detail::lazy_dfa | private |
| flush() | real::detail::lazy_dfa | inlineprivate |
| forward_end(std::string_view text) | real::detail::lazy_dfa | inline |
| intern(const std::vector< std::int32_t > &pcs) | real::detail::lazy_dfa | inlineprivate |
| intern_fresh(const std::vector< std::int32_t > &pcs) | real::detail::lazy_dfa | inlineprivate |
| is_match(std::uint32_t state) const | real::detail::lazy_dfa | inline |
| lazy_dfa(std::span< const instr > code, std::span< const char_class > classes, std::size_t budget=state_budget, const lazy_byte_alphabet *shared_alpha=nullptr) | real::detail::lazy_dfa | inlineexplicit |
| no_match_idx | real::detail::lazy_dfa | static |
| no_transition | real::detail::lazy_dfa | static |
| num_classes() const | real::detail::lazy_dfa | inline |
| stack_ | real::detail::lazy_dfa | mutableprivate |
| start_state() const | real::detail::lazy_dfa | inline |
| start_state_ | real::detail::lazy_dfa | private |
| state_budget | real::detail::lazy_dfa | static |
| state_cut_ | real::detail::lazy_dfa | private |
| state_match_idx_ | real::detail::lazy_dfa | private |
| state_pcs_ | real::detail::lazy_dfa | private |
| stats() const | real::detail::lazy_dfa | inline |
| stats_ | real::detail::lazy_dfa | private |
| step(std::uint32_t state, std::uint8_t byte) | real::detail::lazy_dfa | inline |
| step_seeded(std::uint32_t state, std::uint8_t byte) | real::detail::lazy_dfa | inlineprivate |
| thrash_flushes | real::detail::lazy_dfa | static |
| thrashing() const | real::detail::lazy_dfa | inline |
| thrashing_ | real::detail::lazy_dfa | private |
| trans_ | real::detail::lazy_dfa | private |
| trans_seeded_ | real::detail::lazy_dfa | private |