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

Public Attributes

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

Detailed Description

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

Member Data Documentation

◆ enumeration

const char** parmpy_object::enumeration

◆ extra_literals

const literal_def* parmpy_object::extra_literals

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

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

◆ type

PyObject_HEAD enum var_types parmpy_object::type

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

Referenced by make_setting(), parmpy_dealloc(), parmpy_init(), and set_parameter_value().

◆ value

union parmpy_variable parmpy_object::value

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