migemo_d.wordbuf

Undocumented in source.

Members

Aliases

wordbuf_len
alias wordbuf_len = .wordbuf_last
Undocumented in source.
wordbuf_p
alias wordbuf_p = ._wordbuf_t*
Undocumented in source.
wordbuf_t
alias wordbuf_t = ._wordbuf_t
Undocumented in source.

Functions

WORDBUF_GET
char* WORDBUF_GET(.wordbuf_p w)
Undocumented in source.
WORDBUF_LEN
int WORDBUF_LEN(.wordbuf_p w)
Undocumented in source.
wordbuf_add
int wordbuf_add(.wordbuf_p p, char ch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wordbuf_cat
int wordbuf_cat(.wordbuf_p p, const(char)* sz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wordbuf_close
void wordbuf_close(.wordbuf_p p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wordbuf_extend
int wordbuf_extend(.wordbuf_p p, int req_len)

wordbuf_extend(.wordbuf_p p, int req_len); バッファの伸長。エラー時には0が帰る。 高速化のために伸ばすべきかは呼出側で判断する。

wordbuf_get
char* wordbuf_get(.wordbuf_p p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wordbuf_last
int wordbuf_last(.wordbuf_p p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wordbuf_open
.wordbuf_p wordbuf_open()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wordbuf_reset
void wordbuf_reset(.wordbuf_p p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

WORDLEN_DEF
enum WORDLEN_DEF;
Undocumented in source.

Structs

_wordbuf_t
struct _wordbuf_t
Undocumented in source.

Variables

n_wordbuf_close
int n_wordbuf_close;
Undocumented in source.
n_wordbuf_open
int n_wordbuf_open;
Undocumented in source.

Meta