Public Member Functions | |
| Trie () | |
| Trie (const Trie &t) | |
| Needed to avoid the copy of singular iterator when L is not set.  | |
| Trie * | insert (std::vector< int > &) | 
Public Attributes | |
| std::list< int > | A | 
| std::list< int > | B | 
| std::list< Trie * >::iterator | L | 
Definition at line 40 of file isomorph.hxx.
 1.5.1