#include <Trie.hpp>
Collaboration diagram for Edge:
Public Attributes | |
| itemtype | label | 
| Trie * | subtrie | 
An edge has a label, and an edge points to a subtrie.
Definition at line 29 of file Trie.hpp.
      
  | 
  
| 
 
 Definition at line 31 of file Trie.hpp. Referenced by Trie::add_empty_state(), and Edge_point_less().  | 
  
      
  | 
  
| 
 
 Definition at line 32 of file Trie.hpp. Referenced by Trie::add_empty_state().  | 
  
 
1.3.5