TRF Language Model
|
Define the trie structure. More...
#include "wb-lhash.h"
Go to the source code of this file.
Classes | |
class | wb::Trie< KeyT, DataT > |
trie structure More... | |
class | wb::TrieIter< KeyT, DataT > |
iter all the sub-tries More... | |
class | wb::TrieIter2< KeyT, DataT > |
Get all the values whose indexes are of a fixed length. The returned tries may not contain a legal values. More... | |
class | wb::Trie< KeyT, DataT > |
trie structure More... | |
class | wb::TrieIter< KeyT, DataT > |
iter all the sub-tries More... | |
class | wb::TrieIter2< KeyT, DataT > |
Get all the values whose indexes are of a fixed length. The returned tries may not contain a legal values. More... | |
Namespaces | |
wb | |
define all the code written by Bin Wang. | |
Macros | |
#define | _wb_TRIE wb::Trie<KeyT, DataT> |
#define | _wb_LHASH_FOR_TRIE wb::LHash<KeyT, wb::Trie<KeyT, DataT>*> |
#define | _wb_LHASHITER_FOR_TRIE wb::LHashIter<KeyT, wb::Trie<KeyT, DataT>*> |
#define | _wb_UNIT_FOR_TRIE wb::LHash::Unit<KeyT, wb::Trie<KeyT, DataT>*> |
#define _wb_LHASHITER_FOR_TRIE wb::LHashIter<KeyT, wb::Trie<KeyT, DataT>*> |
#define _wb_UNIT_FOR_TRIE wb::LHash::Unit<KeyT, wb::Trie<KeyT, DataT>*> |