Definition in file trie.hpp.
#include <list>
#include <functional>
#include <claw/binary_node.hpp>
#include <claw/impl/trie.tpp>
Go to the source code of this file.
Namespaces | |
| namespace | claw |
Classes | |
| class | claw::trie< T, Comp > |
| This class is a trie tree. More... | |
| struct | claw::trie< T, Comp >::trie_node |
| Node of our trie. Left subtree will be other suggestions for the current position, right subtree will be following items for the word seen from the root to here. More... | |
1.5.5