migemo_d.mnode

Undocumented in source.

Members

Aliases

MNODE_TRAVERSE_PROC
alias MNODE_TRAVERSE_PROC = .mnode_traverse_proc
Undocumented in source.
mnode
alias mnode = ._mnode
Undocumented in source.
mnode_traverse_proc
alias mnode_traverse_proc = void function(.mnode* node, void* data)
Undocumented in source.
mtree_p
alias mtree_p = ._mtree_t*
Undocumented in source.
mtree_t
alias mtree_t = ._mtree_t
Undocumented in source.

Functions

MNODE_GET_CH
char MNODE_GET_CH(.mnode* p)
Undocumented in source.
MNODE_SET_CH
void MNODE_SET_CH(.mnode* p, uint c)
Undocumented in source.
mnode_close
void mnode_close(.mtree_p mtree)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mnode_delete
void mnode_delete(.mnode* p)
Undocumented in source.
mnode_load
.mtree_p mnode_load(.mtree_p mtree, core.stdc.stdio.FILE* fp)

既存のノードにファイルからデータをまとめて追加する。

mnode_new
.mnode* mnode_new(.mtree_p mtree)
Undocumented in source.
mnode_open
.mtree_p mnode_open(core.stdc.stdio.FILE* fp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mnode_print
void mnode_print(.mtree_p mtree, char* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mnode_print_stub
void mnode_print_stub(.mnode* vp, char* p)
Undocumented in source.
mnode_query
.mnode* mnode_query(.mtree_p mtree, const(char)* query)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mnode_query_stub
.mnode* mnode_query_stub(.mnode* node, const(char)* query)
Undocumented in source.
mnode_size
int mnode_size(.mnode* p)
Undocumented in source.
mnode_traverse
void mnode_traverse(.mnode* node, .MNODE_TRAVERSE_PROC proc, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mnode_traverse_stub
void mnode_traverse_stub(.mnode* node, .MNODE_TRAVERSE_PROC proc, void* data)
Undocumented in source.
search_or_new_mnode
.mnode* search_or_new_mnode(.mtree_p mtree, migemo_d.wordbuf.wordbuf_p buf)
Undocumented in source.

Manifest constants

MNODE_BUFSIZE
enum MNODE_BUFSIZE;
Undocumented in source.
MNODE_MASK_CH
enum MNODE_MASK_CH;
Undocumented in source.
MTREE_MNODE_N
enum MTREE_MNODE_N;
Undocumented in source.

Structs

_mnode
struct _mnode
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_mtree_t
struct _mtree_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Variables

n_mnode_delete
int n_mnode_delete;
Undocumented in source.
n_mnode_new
int n_mnode_new;
Undocumented in source.

Meta