trie.hpp File Reference

A trie structure. More...

#include <list>
#include <functional>
#include <claw/binary_node.hpp>
#include <claw/impl/trie.tpp>

Go to the source code of this file.

Classes

class  claw::trie< T, Comp >
 This class is a trie tree. More...
struct  claw::trie< T, Comp >::trie_node
 Node of our trie. Left subtree will be other suggestions for the current position, right subtree will be following items for the word seen from the root to here. More...

Namespaces

namespace  claw
 

This is the main namespace.



Detailed Description

A trie structure.

Author:
Julien Jorge

Definition in file trie.hpp.


Generated on 9 Nov 2009 for CLAW Library (a C++ Library Absolutely Wonderful) by  doxygen 1.6.1