#include <map>
#include <algorithm>
#include <deque>
#include "types.hpp"
Go to the source code of this file.
Classes | |
class | Aho_Corasick< Type > |
Class which hold Aho-Corasick tree. More... | |
struct | Aho_Corasick< Type >::TrieNode |
Node of the Aho-Corasick tree. More... |