getTotalWordCount() const | Bayes::HashTable | [inline] |
getWordCount(const std::string &word) const | Bayes::HashTable | |
HashTable() | Bayes::HashTable | |
hasWhitespaces(const std::string &word) | Bayes::HashTable | [static] |
learn(Iter begin, Iter end) | Bayes::HashTable | |
learnWord(const std::string &word) | Bayes::HashTable | [protected] |
m_nTotalCount | Bayes::HashTable | [protected] |
m_szWhitespaces | Bayes::HashTable | [protected, static] |
m_tHashMap | Bayes::HashTable | [protected] |
operator<< (defined in Bayes::HashTable) | Bayes::HashTable | [friend] |
read(std::istream &in) | Bayes::HashTable | |
unlearn(Iter begin, Iter end) | Bayes::HashTable | |
unlearnWord(const std::string &word) | Bayes::HashTable | [protected] |
write(std::ostream &out) const | Bayes::HashTable |