The Pedigree Project  0.1
Classes
RadixTree.h File Reference

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"
+ Include dependency graph for RadixTree.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RadixTree< T >
 A key/value dictionary for string keys. More...
 
class  RadixTree< T >::Node
 

Detailed Description

Implements a Radix Tree, a kind of Trie with compressed keys.

Author
James Molloy james.nosp@m.m@os.nosp@m.dev.o.nosp@m.rg
Date
Fri May 8 10:50:45 2009

Definition in file RadixTree.h.