GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
parmpy_variable Union Reference

Public Attributes

bool boolval
 
int intval
 
enum auto_boolean autoboolval
 
unsigned int uintval
 
std::string * stringval
 
const char * cstringval
 

Detailed Description

Definition at line 98 of file py-param.c.

Member Data Documentation

◆ autoboolval

enum auto_boolean parmpy_variable::autoboolval

Definition at line 107 of file py-param.c.

Referenced by add_setshow_generic(), make_setting(), and set_parameter_value().

◆ boolval

bool parmpy_variable::boolval

Definition at line 101 of file py-param.c.

Referenced by add_setshow_generic(), make_setting(), and set_parameter_value().

◆ cstringval

const char* parmpy_variable::cstringval

Definition at line 117 of file py-param.c.

Referenced by add_setshow_generic(), make_setting(), and set_parameter_value().

◆ intval

int parmpy_variable::intval

Definition at line 104 of file py-param.c.

Referenced by add_setshow_generic(), make_setting(), and set_parameter_value().

◆ stringval

std::string* parmpy_variable::stringval

◆ uintval

unsigned int parmpy_variable::uintval

Definition at line 110 of file py-param.c.

Referenced by add_setshow_generic(), make_setting(), and set_parameter_value().


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