GDB (xrefs)
Public Attributes | List of all members
parmpy_variable Union Reference

Public Attributes

int intval
 
enum auto_boolean autoboolval
 
unsigned int uintval
 
char * stringval
 
const char * cstringval
 

Detailed Description

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

Member Data Documentation

enum auto_boolean parmpy_variable::autoboolval

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

const char* parmpy_variable::cstringval

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

int parmpy_variable::intval

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

char* parmpy_variable::stringval

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

unsigned int parmpy_variable::uintval

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


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