|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
This is the complete list of members for Aleph::Aho_Corasick, including all inherited members.
| add_pattern(std::string pattern) | Aleph::Aho_Corasick | inline |
| Aho_Corasick() | Aleph::Aho_Corasick | inline |
| build() | Aleph::Aho_Corasick | inline |
| built_ | Aleph::Aho_Corasick | private |
| clear() | Aleph::Aho_Corasick | inline |
| contains_any(const std::string_view text) const | Aleph::Aho_Corasick | inline |
| create_node() | Aleph::Aho_Corasick | inlineprivate |
| is_built() const noexcept | Aleph::Aho_Corasick | inline |
| nodes_ | Aleph::Aho_Corasick | private |
| pattern(const size_t id) const | Aleph::Aho_Corasick | inline |
| pattern_count() const noexcept | Aleph::Aho_Corasick | inline |
| patterns_ | Aleph::Aho_Corasick | private |
| search(const std::string_view text) const | Aleph::Aho_Corasick | inline |