The Pedigree Project
0.1
|
Implements a Radix Tree, a kind of Trie with compressed keys. More...
#include "pedigree/kernel/Log.h"
#include "pedigree/kernel/compiler.h"
#include "pedigree/kernel/processor/types.h"
#include "pedigree/kernel/utilities/Iterator.h"
#include "pedigree/kernel/utilities/ObjectPool.h"
#include "pedigree/kernel/utilities/Result.h"
#include "pedigree/kernel/utilities/String.h"
#include "pedigree/kernel/utilities/Vector.h"
#include "pedigree/kernel/utilities/utility.h"
Go to the source code of this file.
Classes | |
class | RadixTree< T > |
A key/value dictionary for string keys. More... | |
class | RadixTree< T >::Node |
Implements a Radix Tree, a kind of Trie with compressed keys.
Definition in file RadixTree.h.