Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::Aho_Corasick::Node Struct Reference
Collaboration diagram for Aleph::Aho_Corasick::Node:
[legend]

Public Member Functions

 Node ()
 

Public Attributes

std::array< int, 256 > next
 
int fail = 0
 
int out_link = -1
 
Array< size_t > output
 

Detailed Description

Definition at line 86 of file Aho_Corasick.H.

Constructor & Destructor Documentation

◆ Node()

Aleph::Aho_Corasick::Node::Node ( )
inline

Definition at line 93 of file Aho_Corasick.H.

References next.

Member Data Documentation

◆ fail

int Aleph::Aho_Corasick::Node::fail = 0

Definition at line 89 of file Aho_Corasick.H.

◆ next

std::array<int, 256> Aleph::Aho_Corasick::Node::next

Definition at line 88 of file Aho_Corasick.H.

Referenced by Node().

◆ out_link

int Aleph::Aho_Corasick::Node::out_link = -1

Definition at line 90 of file Aho_Corasick.H.

◆ output

Array<size_t> Aleph::Aho_Corasick::Node::output

Definition at line 91 of file Aho_Corasick.H.


The documentation for this struct was generated from the following file: