GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
pascm_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 32 of file scm-param.c.

Member Data Documentation

◆ autoboolval

enum auto_boolean pascm_variable::autoboolval

Definition at line 41 of file scm-param.c.

Referenced by add_setshow_generic(), and make_setting().

◆ boolval

bool pascm_variable::boolval

Definition at line 35 of file scm-param.c.

Referenced by add_setshow_generic(), and make_setting().

◆ cstringval

const char* pascm_variable::cstringval

Definition at line 50 of file scm-param.c.

Referenced by add_setshow_generic(), and make_setting().

◆ intval

int pascm_variable::intval

Definition at line 38 of file scm-param.c.

Referenced by add_setshow_generic(), and make_setting().

◆ stringval

std::string* pascm_variable::stringval

◆ uintval

unsigned int pascm_variable::uintval

Definition at line 44 of file scm-param.c.

Referenced by add_setshow_generic(), and make_setting().


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