GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
test_options_opts Struct Reference

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
 

Detailed Description

Definition at line 129 of file maint-test-options.c.

Constructor & Destructor Documentation

◆ test_options_opts()

test_options_opts::test_options_opts ( )
default

Member Function Documentation

◆ DISABLE_COPY_AND_ASSIGN()

test_options_opts::DISABLE_COPY_AND_ASSIGN ( test_options_opts )

◆ dump()

void test_options_opts::dump ( ui_file * file,
const char * args ) const
inline

Member Data Documentation

◆ boolean_opt

bool test_options_opts::boolean_opt = false

Definition at line 134 of file maint-test-options.c.

Referenced by dump().

◆ enum_opt

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().

◆ flag_opt

bool test_options_opts::flag_opt = false

Definition at line 131 of file maint-test-options.c.

Referenced by dump().

◆ pint_unl_opt

int test_options_opts::pint_unl_opt = 0

Definition at line 137 of file maint-test-options.c.

Referenced by dump().

◆ string_opt

std::string test_options_opts::string_opt

Definition at line 138 of file maint-test-options.c.

Referenced by dump().

◆ uint_unl_opt

unsigned int test_options_opts::uint_unl_opt = 0

Definition at line 136 of file maint-test-options.c.

Referenced by dump().

◆ xx1_opt

bool test_options_opts::xx1_opt = false

Definition at line 132 of file maint-test-options.c.

Referenced by dump().

◆ xx2_opt

bool test_options_opts::xx2_opt = false

Definition at line 133 of file maint-test-options.c.

Referenced by dump().


The documentation for this struct was generated from the following file: