Classes | Namespaces
mootTrieVector.h File Reference

trie implementation using std::vector<> for underlying storage More...

Go to the source code of this file.

Classes

struct  moot::TrieVectorNodeBase
 
struct  moot::TrieVectorNode< DataT, CharT, UCharT >
 
class  moot::TrieVectorBase
 Base class for TrieVector. More...
 
class  moot::TrieVector< DataT, CharT, UCharT >
 Top-level trie class-template using an adjaceny table. More...
 

Namespaces

 moot