Main Page | Namespace List | Class List | File List | Class Members | File Members

Edge Struct Reference

This struct represent an edge of a Trie. More...

#include <Trie.hpp>

Collaboration diagram for Edge:

[legend]
List of all members.

Public Attributes

itemtype label
Triesubtrie

Detailed Description

This struct represent an edge of a Trie.

An edge has a label, and an edge points to a subtrie.

Definition at line 29 of file Trie.hpp.


Member Data Documentation

itemtype Edge::label
 

Definition at line 31 of file Trie.hpp.

Referenced by Trie::add_empty_state(), and Edge_point_less().

Trie* Edge::subtrie
 

Definition at line 32 of file Trie.hpp.

Referenced by Trie::add_empty_state().


The documentation for this struct was generated from the following file:
Generated on Fri Mar 11 14:48:06 2005 for APRIORI algorithm by  doxygen 1.3.9.1