|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Public Member Functions | |
| Node () | |
Public Attributes | |
| std::array< int, 256 > | next |
| int | fail = 0 |
| int | out_link = -1 |
| Array< size_t > | output |
Definition at line 86 of file Aho_Corasick.H.
|
inline |
Definition at line 93 of file Aho_Corasick.H.
References next.
| int Aleph::Aho_Corasick::Node::fail = 0 |
Definition at line 89 of file Aho_Corasick.H.
| std::array<int, 256> Aleph::Aho_Corasick::Node::next |
Definition at line 88 of file Aho_Corasick.H.
Referenced by Node().
| int Aleph::Aho_Corasick::Node::out_link = -1 |
Definition at line 90 of file Aho_Corasick.H.
| Array<size_t> Aleph::Aho_Corasick::Node::output |
Definition at line 91 of file Aho_Corasick.H.