GDB (xrefs)
Public Attributes | List of all members
parmpy_object Struct Reference

Public Attributes

PyObject_HEAD enum var_types type
 
union parmpy_variable value
 
const char ** enumeration
 

Detailed Description

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

Member Data Documentation

const char** parmpy_object::enumeration

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

Referenced by parmpy_init().

PyObject_HEAD enum var_types parmpy_object::type

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

Referenced by parmpy_init().

union parmpy_variable parmpy_object::value

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

Referenced by parmpy_init().


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