![]() |
libsemigroups
v3.0.0
C++ library for semigroups and monoids
|
This is the complete list of members for AhoCorasick, including all inherited members.
active_nodes() const | AhoCorasick | inline |
add_word(Iterator first, Iterator last) | AhoCorasick | |
add_word_no_checks(Iterator first, Iterator last) | AhoCorasick | |
AhoCorasick() | AhoCorasick | |
AhoCorasick(AhoCorasick const &)=default | AhoCorasick | |
AhoCorasick(AhoCorasick &&)=default | AhoCorasick | |
begin_nodes() const noexcept | AhoCorasick | inline |
cbegin_nodes() const noexcept | AhoCorasick | inline |
cend_nodes() const noexcept | AhoCorasick | inline |
child(index_type parent, letter_type letter) const | AhoCorasick | inline |
child_no_checks(index_type parent, letter_type letter) const | AhoCorasick | inline |
const_iterator typedef | AhoCorasick | |
end_nodes() const noexcept | AhoCorasick | inline |
height(index_type i) const | AhoCorasick | inline |
height_no_checks(index_type i) const | AhoCorasick | |
index_type typedef | AhoCorasick | |
init() | AhoCorasick | |
node(index_type i) const | AhoCorasick | inline |
node_no_checks(index_type i) const | AhoCorasick | inline |
number_of_nodes() const noexcept | AhoCorasick | inline |
operator=(AhoCorasick const &)=default | AhoCorasick | |
operator=(AhoCorasick &&)=default | AhoCorasick | |
rm_word(Iterator first, Iterator last) | AhoCorasick | |
rm_word_no_checks(Iterator first, Iterator last) | AhoCorasick | |
root | AhoCorasick | static |
signature(word_type &w, index_type i) const | AhoCorasick | inline |
signature(index_type i) const | AhoCorasick | inline |
signature_no_checks(word_type &w, index_type i) const | AhoCorasick | |
signature_no_checks(index_type i) const | AhoCorasick | inline |
suffix_link(index_type current) const | AhoCorasick | inline |
suffix_link_no_checks(index_type current) const | AhoCorasick | |
throw_if_node_index_not_active(index_type i) const | AhoCorasick | |
throw_if_node_index_out_of_range(index_type i) const | AhoCorasick | |
traverse(index_type current, letter_type a) const | AhoCorasick | inline |
traverse_no_checks(index_type current, letter_type a) const | AhoCorasick |