aboutsummaryrefslogtreecommitdiff
path: root/aho_corasick/sidebar-items.js
diff options
context:
space:
mode:
Diffstat (limited to 'aho_corasick/sidebar-items.js')
-rw-r--r--aho_corasick/sidebar-items.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/aho_corasick/sidebar-items.js b/aho_corasick/sidebar-items.js
new file mode 100644
index 0000000..6aa4b71
--- /dev/null
+++ b/aho_corasick/sidebar-items.js
@@ -0,0 +1 @@
+initSidebarItems({"struct":[["AcAutomaton","An Aho-Corasick finite automaton."],["Dense","State transitions that can be stored either sparsely or densely."],["FullAcAutomaton","A complete Aho-Corasick automaton."],["Match","Records a match in the search text."],["Matches","An iterator of non-overlapping matches for in-memory text."],["MatchesOverlapping","An iterator of overlapping matches for in-memory text."],["Sparse","State transitions that are always sparse."],["StreamMatches","An iterator of non-overlapping matches for streaming text."],["StreamMatchesOverlapping","An iterator of overlapping matches for streaming text."]],"trait":[["Automaton","An abstraction over automatons and their corresponding iterators."],["Transitions","An abstraction over state transition strategies."]],"type":[["StateIdx","The integer type used for the state index."]]}); \ No newline at end of file