migemo_d.rxgen

Undocumented in source.

Members

Aliases

RXGEN_PROC_CHAR2INT
alias RXGEN_PROC_CHAR2INT = .rxgen_proc_char2int
Undocumented in source.
RXGEN_PROC_INT2CHAR
alias RXGEN_PROC_INT2CHAR = .rxgen_proc_int2char
Undocumented in source.
rnode
alias rnode = ._rnode
Undocumented in source.
rxgen
alias rxgen = ._rxgen
Undocumented in source.
rxgen_proc_char2int
alias rxgen_proc_char2int = int function(const(char)*, uint*)
Undocumented in source.
rxgen_proc_int2char
alias rxgen_proc_int2char = int function(uint, char*)
Undocumented in source.

Functions

default_char2int
int default_char2int(char* in_, uint* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
default_int2char
int default_int2char(uint in_, char* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rnode_delete
void rnode_delete(.rnode* node)
Undocumented in source.
rnode_new
.rnode* rnode_new()
Undocumented in source.
rxgen_add
int rxgen_add(.rxgen* object, const(char)* word)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rxgen_call_char2int
int rxgen_call_char2int(.rxgen* object, const(char)* pch, uint* code)
Undocumented in source.
rxgen_call_int2char
int rxgen_call_int2char(.rxgen* object, uint code, char* buf)
Undocumented in source.
rxgen_close
void rxgen_close(.rxgen* object)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rxgen_generate
char* rxgen_generate(.rxgen* object)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rxgen_generate_stub
void rxgen_generate_stub(.rxgen* object, migemo_d.wordbuf.wordbuf_t* buf, .rnode* node)
Undocumented in source.
rxgen_get_operator
const(char)* rxgen_get_operator(.rxgen* object, int index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rxgen_get_operator_stub
char* rxgen_get_operator_stub(.rxgen* object, int index)
Undocumented in source.
rxgen_open
.rxgen* rxgen_open()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rxgen_release
void rxgen_release(.rxgen* object, char* string_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rxgen_reset
void rxgen_reset(.rxgen* object)

rxgen_add()してきたパターンを全てリセット。

rxgen_set_operator
int rxgen_set_operator(.rxgen* object, int index, const(char)* op)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rxgen_setproc_char2int
void rxgen_setproc_char2int(.rxgen* object, .RXGEN_PROC_CHAR2INT proc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rxgen_setproc_int2char
void rxgen_setproc_int2char(.rxgen* object, .RXGEN_PROC_INT2CHAR proc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
search_rnode
.rnode* search_rnode(.rnode* node, uint code)
Undocumented in source.

Manifest constants

RXGEN_OPINDEX_NEST_IN
enum RXGEN_OPINDEX_NEST_IN;
Undocumented in source.
RXGEN_OPINDEX_NEST_OUT
enum RXGEN_OPINDEX_NEST_OUT;
Undocumented in source.
RXGEN_OPINDEX_NEWLINE
enum RXGEN_OPINDEX_NEWLINE;
Undocumented in source.
RXGEN_OPINDEX_OR
enum RXGEN_OPINDEX_OR;
Undocumented in source.
RXGEN_OPINDEX_SELECT_IN
enum RXGEN_OPINDEX_SELECT_IN;
Undocumented in source.
RXGEN_OPINDEX_SELECT_OUT
enum RXGEN_OPINDEX_SELECT_OUT;
Undocumented in source.
RXGEN_OP_MAXLEN
enum RXGEN_OP_MAXLEN;
Undocumented in source.
RXGEN_OP_NEST_IN
enum RXGEN_OP_NEST_IN;
Undocumented in source.
RXGEN_OP_NEST_OUT
enum RXGEN_OP_NEST_OUT;
Undocumented in source.
RXGEN_OP_NEWLINE
enum RXGEN_OP_NEWLINE;
Undocumented in source.
RXGEN_OP_OR
enum RXGEN_OP_OR;
Undocumented in source.
RXGEN_OP_SELECT_IN
enum RXGEN_OP_SELECT_IN;
Undocumented in source.
RXGEN_OP_SELECT_OUT
enum RXGEN_OP_SELECT_OUT;
Undocumented in source.

Structs

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

Variables

n_rnode_delete
int n_rnode_delete;
Undocumented in source.
n_rnode_new
int n_rnode_new;
Undocumented in source.

Meta