#include <dictionary.hh>
dictionary::Dictionary< Content >に対する継承グラフ
Public メソッド | |
Dictionary () | |
~Dictionary () | |
void | clear () |
void | put_word (const std::string &s, Content *c) |
Content * | find (const std::string &s) |
Content * | find_shortest (const std::string &s, std::string *res=NULL) |
Content * | find_longest (const std::string &s, std::string *res=NULL) |
Protected メソッド | |
void | put_word_rec () |
void | find_rec () |
void | find_shortest_rec () |
void | find_longest_rec () |
void | clear_rec (DictionaryNode< Content > &node) |
Protected 変数 | |
DictionaryNode< Content > | _root |
int | _depth |
DictionaryNode< Content > * | _current_node |
int | _best_depth |
DictionaryNode< Content > * | _best_node |
std::string::const_iterator | _current_iterator |
std::string::const_iterator | _end_iterator |
|
|
|
関数の呼び出しグラフ: ![]() |
|
関数の呼び出しグラフ: ![]() |
|
|
|
関数の呼び出しグラフ: ![]() |
|
関数の呼び出しグラフ: ![]() |
|
|
|
|
|
関数の呼び出しグラフ: ![]() |
|
|
|
関数の呼び出しグラフ: ![]() |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|