GDB (xrefs)
|
Public Attributes | |
bool | boolval |
int | intval |
enum auto_boolean | autoboolval |
unsigned int | uintval |
std::string * | stringval |
const char * | cstringval |
Definition at line 53 of file py-param.c.
enum auto_boolean parmpy_variable::autoboolval |
Definition at line 62 of file py-param.c.
Referenced by add_setshow_generic(), make_setting(), and set_parameter_value().
bool parmpy_variable::boolval |
Definition at line 56 of file py-param.c.
Referenced by add_setshow_generic(), make_setting(), and set_parameter_value().
const char* parmpy_variable::cstringval |
Definition at line 72 of file py-param.c.
Referenced by add_setshow_generic(), make_setting(), and set_parameter_value().
int parmpy_variable::intval |
Definition at line 59 of file py-param.c.
Referenced by add_setshow_generic(), make_setting(), and set_parameter_value().
std::string* parmpy_variable::stringval |
Definition at line 69 of file py-param.c.
Referenced by add_setshow_generic(), make_setting(), parmpy_dealloc(), parmpy_init(), and set_parameter_value().
unsigned int parmpy_variable::uintval |
Definition at line 65 of file py-param.c.
Referenced by add_setshow_generic(), make_setting(), and set_parameter_value().