In file ../include/EST_StringTrie.h:
class EST_StringTrie |
A string tree index class for indexing arbitrary objects by strings of characters.
![]() | EST_StringTrie () |
![]() | EST_StringTrie (const EST_StringTrie &trie) |
![]() | ~EST_StringTrie () |
![]() | copy (const EST_StringTrie &trie) |
![]() | lookup (const EST_String &key) const Find contents index by key, 0 if there is not contents |
![]() | add (const EST_String &key, void* item) Add item indexed by key, overwriting previous contents |
![]() | clear (void (*deletenode)(void* n)) Delete the tree, apply deletenote function to each contentsDelete the tree |
![]() | operator = (const EST_StringTrie &a) |
A string tree index class for indexing arbitrary objects by strings of characters.Note this only deals with 7 but characters, and can only hold one item per index key.
Alphabetic index HTML hierarchy of classes or Java
This page is part of the
Edinburgh Speech Tools Library documentation
Copyright University of Edinburgh 1997
Contact:
speech_tools@cstr.ed.ac.uk