AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
Acore::AhoCorasick< CharT >::Node Struct Reference

Public Attributes

std::unordered_map< CharT, uint32next
 
uint32 fail = 0
 
bool output = false
 

Detailed Description

template<typename CharT>
struct Acore::AhoCorasick< CharT >::Node

Member Data Documentation

◆ fail

template<typename CharT >
uint32 Acore::AhoCorasick< CharT >::Node::fail = 0

◆ next

template<typename CharT >
std::unordered_map<CharT, uint32> Acore::AhoCorasick< CharT >::Node::next

◆ output

template<typename CharT >
bool Acore::AhoCorasick< CharT >::Node::output = false

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