#include <iostream>
#include "simplehash.h"
#include <stdexcept>
Include dependency graph for trie.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
class | Trie |
Stores URL strings by superposition of common prefixes. More... | |
Defines | |
#define | STRINGBUF_LEN0 511 |
#define | STRINGBUF_LEN1 1023 |
#define | STRINGBUF_LEN2 2047 |
#define | STRINGBUF_LEN3 4095 |
Typedefs | |
typedef SimpleHashTable< char * > | SimpleCharPtrHashTable |
Hashtable used to navigate trie. More... |
Definition in file trie.h.
|
|
|
|
|
|
|
|
|
Hashtable used to navigate trie.
Definition at line 34 of file trie.h. Referenced by Trie::Trie(). |