JunkBox_Lib++ (for Windows) 1.10.1
|
Go to the source code of this file.
Functions | |
void | jbxl_fprint_state (FILE *fp, int no) |
void | jbxl_fprint_state_jp (FILE *fp, int no) |
void | jbxl_init_state_info (void) |
void | jbxl_add_state (int id, const char *smb, const char *str) |
Variables | |
tList * | _jbxl_state_list = NULL |
tList * | _jbxl_state_pointer = NULL |
void jbxl_add_state | ( | int | id, |
const char * | smb, | ||
const char * | str ) |
Definition at line 79 of file jbxl_state_func.cpp.
References _jbxl_state_pointer, and add_tList_node_bystr().
Referenced by jbxl_add_all_states(), and jbxl_init_state_info().
void jbxl_fprint_state | ( | FILE * | fp, |
int | no ) |
void jbxl_fprint_state(FILE* fp, int no)
JBXLライブラリの state の情報を表示する. デバッグ用.
fp | 出力先のファイル識別子 |
no | JBXLライブラリの state番号 |
Definition at line 24 of file jbxl_state_func.cpp.
References _jbxl_state_list, jbxl_init_state_info(), and search_id_tList().
void jbxl_fprint_state_jp | ( | FILE * | fp, |
int | no ) |
void jbxl_fprint_state_jp(FILE* fp, int no)
JBXLライブラリの state の詳細情報(日本語)を表示する. デバッグ用.
fp | 出力先のファイル識別子 |
no | JBXLライブラリの state番号 |
Definition at line 48 of file jbxl_state_func.cpp.
References _jbxl_state_list, jbxl_init_state_info(), and search_id_tList().
void jbxl_init_state_info | ( | void | ) |
Definition at line 66 of file jbxl_state_func.cpp.
References _jbxl_state_list, _jbxl_state_pointer, del_tList(), jbxl_add_all_states(), jbxl_add_state(), and JBXL_STATE_ANCHOR.
Referenced by jbxl_fprint_state(), and jbxl_fprint_state_jp().
tList* _jbxl_state_list = NULL |
Definition at line 11 of file jbxl_state_func.cpp.
Referenced by jbxl_fprint_state(), jbxl_fprint_state_jp(), and jbxl_init_state_info().
tList* _jbxl_state_pointer = NULL |
Definition at line 12 of file jbxl_state_func.cpp.
Referenced by jbxl_add_state(), and jbxl_init_state_info().