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

Public Attributes

PyObject_HEAD struct value_objectnext
 
struct value_objectprev
 
struct valuevalue
 
PyObjectaddress
 
PyObjecttype
 
PyObjectdynamic_type
 

Detailed Description

Definition at line 59 of file py-value.c.

Member Data Documentation

◆ address

PyObject* value_object::address

◆ dynamic_type

PyObject* value_object::dynamic_type

◆ next

PyObject_HEAD struct value_object* value_object::next

◆ prev

struct value_object* value_object::prev

◆ type

PyObject* value_object::type

◆ value

struct value* value_object::value

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