class WordTreeNode


Public Fields

typedef map < int, WordTreeNode * > childrensT

Public Methods

WordTreeNode()
WordTreeNode* get_child( int ch )
const WordTreeNode* get_child( int ch ) const
const childrensT& get_all_childrens() const
void register_word( int movieId, int strIdx, int posInLine )
const WordOccurencesT& get_word_occurences() const

Protected Fields

childrensT childrens
index of child nodes
WordOccurencesT WordOccurences
list of places, where this word happens to be

Documentation

typedef map < int, WordTreeNode * > childrensT

childrensT childrens
index of child nodes. Case INsensetive

WordOccurencesT WordOccurences
list of places, where this word happens to be

WordTreeNode()

WordTreeNode* get_child( int ch )

const WordTreeNode* get_child( int ch ) const

const childrensT& get_all_childrens() const

void register_word( int movieId, int strIdx, int posInLine )

const WordOccurencesT& get_word_occurences() const


This class has no child classes.

alphabetic index html hierarchy of classes or java



This page was generated with the help of DOC++.