#include <ucc.h>
Collaboration diagram for UCOptions:

Public Types | |
| enum | { GAME_BG = 1, GAME_SI = 2, GAME_U8 = 3 } |
Public Member Functions | |
| UCOptions () | |
| bool | game_bg () const |
| bool | game_si () const |
| bool | game_u8 () const |
Public Attributes | |
| bool | output_extern_header |
| bool | noconf |
| bool | rawops |
| bool | autocomment |
| bool | uselesscomment |
| bool | verbose |
| bool | very_verbose |
| bool | ucdebug |
| bool | basic |
| bool | output_list |
| bool | output_asm |
| bool | output_ucs |
| bool | output_flag |
| bool | output_trans_table |
| bool | mode_all |
| bool | mode_dis |
| bool | force_ext32 |
| unsigned int | _game |
Definition at line 50 of file ucc.h.
| bool UCOptions::game_bg | ( | ) | const [inline] |
Definition at line 66 of file ucc.h.
References _game, and GAME_BG.
Referenced by ucxtInit::init(), UCData::load_funcs(), open_usecode_file(), and readbin_U7UCFunc().
| bool UCOptions::game_si | ( | ) | const [inline] |
Definition at line 67 of file ucc.h.
References _game, and GAME_SI.
Referenced by ucxtInit::init(), UCData::load_funcs(), open_usecode_file(), and readbin_U7UCFunc().
| bool UCOptions::game_u8 | ( | ) | const [inline] |
| bool UCOptions::noconf |
Definition at line 72 of file ucc.h.
Referenced by ucxtInit::get_datadir(), main(), open_usecode_file(), and UCData::parse_params().
| bool UCOptions::rawops |
| bool UCOptions::verbose |
Definition at line 76 of file ucc.h.
Referenced by UCData::disassamble(), ucxtInit::get_datadir(), ucxtInit::init(), UCData::load_funcs(), main(), open_usecode_file(), and UCData::parse_params().
| bool UCOptions::ucdebug |
Definition at line 78 of file ucc.h.
Referenced by UCData::disassamble(), and UCData::parse_params().
| bool UCOptions::basic |
Definition at line 81 of file ucc.h.
Referenced by UCData::disassamble(), and UCData::parse_params().
Definition at line 82 of file ucc.h.
Referenced by UCData::disassamble(), and UCData::parse_params().
Definition at line 83 of file ucc.h.
Referenced by UCData::disassamble(), and UCData::parse_params().
Definition at line 85 of file ucc.h.
Referenced by UCData::disassamble(), and UCData::parse_params().
| bool UCOptions::mode_all |
Definition at line 87 of file ucc.h.
Referenced by UCData::disassamble(), main(), and UCData::parse_params().
| bool UCOptions::mode_dis |
Definition at line 88 of file ucc.h.
Referenced by UCData::disassamble(), main(), and UCData::parse_params().
Definition at line 90 of file ucc.h.
Referenced by UCData::load_funcs(), and UCData::parse_params().
| unsigned int UCOptions::_game |
Definition at line 93 of file ucc.h.
Referenced by game_bg(), game_si(), and UCData::parse_params().
1.5.1