GDB (xrefs)
|
Public Member Functions | |
test_options_opts ()=default | |
DISABLE_COPY_AND_ASSIGN (test_options_opts) | |
void | dump (ui_file *file, const char *args) const |
Public Attributes | |
bool | flag_opt = false |
bool | xx1_opt = false |
bool | xx2_opt = false |
bool | boolean_opt = false |
const char * | enum_opt = test_options_enum_values_xxx |
unsigned int | uint_unl_opt = 0 |
int | pint_unl_opt = 0 |
std::string | string_opt |
Definition at line 129 of file maint-test-options.c.
|
default |
test_options_opts::DISABLE_COPY_AND_ASSIGN | ( | test_options_opts | ) |
|
inline |
Definition at line 146 of file maint-test-options.c.
References boolean_opt, enum_opt, flag_opt, gdb_printf(), pint_unl_opt, string_opt, uint_unl_opt, xx1_opt, and xx2_opt.
bool test_options_opts::boolean_opt = false |
Definition at line 134 of file maint-test-options.c.
Referenced by dump().
const char* test_options_opts::enum_opt = test_options_enum_values_xxx |
Definition at line 135 of file maint-test-options.c.
Referenced by dump().
bool test_options_opts::flag_opt = false |
Definition at line 131 of file maint-test-options.c.
Referenced by dump().
int test_options_opts::pint_unl_opt = 0 |
Definition at line 137 of file maint-test-options.c.
Referenced by dump().
std::string test_options_opts::string_opt |
Definition at line 138 of file maint-test-options.c.
Referenced by dump().
unsigned int test_options_opts::uint_unl_opt = 0 |
Definition at line 136 of file maint-test-options.c.
Referenced by dump().
bool test_options_opts::xx1_opt = false |
Definition at line 132 of file maint-test-options.c.
Referenced by dump().
bool test_options_opts::xx2_opt = false |
Definition at line 133 of file maint-test-options.c.
Referenced by dump().