class WordDb
WordTreeNode parentNode
static const string spaces
WordDb()
const TextOfMovieT* get_movie_text( int movieId )
const StringOfText* get_string_of_text( int movieId, int linenum ) const
void add_new_movie_text( int id, TextOfMovieT *tom )
void insert_new_string_in_search_tree( const string &str, int movieId, int strIdx )
void insert_new_word_in_search_tree( const string &w, int movieId, int strIdx, int posInLine )
const WordOccurencesT& find_word( const string &w ) const
void find_similar_words( const string &word, GList *&similar ) const
void find_hint_words( const string &word, GList *&similar ) const
WordOccurencesT merge_and( const WordOccurencesT &left, const WordOccurencesT &right ) const
WordOccurencesT merge_and_not( const WordOccurencesT &left, const WordOccurencesT &right ) const
WordOccurencesT merge_or( const WordOccurencesT &left, const WordOccurencesT &right ) const
alphabetic index html hierarchy of classes or java