|
C/Migemo 1.4
|
#include "common.h"#include <ctype.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include "mtree.h"#include "strbuf.h"#include "trie.h"
データ構造 | |
| struct | mtree_file |
マクロ定義 | |
| #define | MNODE_BUFSIZE 16384 |
関数 | |
| void | mtree_print_stat (mtree *mt, const char *label) |
| void | mtree_close (mtree *mt) |
| size_t | mnode_count_siblings (mnode *node) |
| mnode ** | mnode_collect_siblings (mnode *node, mnode **buf) |
| mtree * | mtree_load (mtree *mt, FILE *fp, CHARSET_PROC_CHAR2INT char2int) |
| mtree * | mtree_open (void) |
| mnode * | mtree_query (mtree *mt, const unsigned char *query) |
| mnode * | mtree_rootnode (mtree *mt) |
| #define MNODE_BUFSIZE 16384 |
| size_t mnode_count_siblings | ( | mnode * | node | ) |
| void mtree_close | ( | mtree * | mt | ) |
参照先 mtree::arena.
| mtree * mtree_load | ( | mtree * | mt, |
| FILE * | fp, | ||
| CHARSET_PROC_CHAR2INT | char2int ) |
| mtree * mtree_open | ( | void | ) |
参照先 mtree::char2int.
| void mtree_print_stat | ( | mtree * | mt, |
| const char * | label ) |
参照先 mtree::rootnode.
参照元 stree_from_mtree().