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

Public Attributes

PyObject_HEAD struct value_objectnext
 
struct value_objectprev
 
struct valuevalue
 
PyObject * address
 
PyObject * type
 
PyObject * dynamic_type
 

Detailed Description

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

Member Data Documentation

PyObject* value_object::address

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

Referenced by valpy_get_address(), valpy_new(), and value_to_value_object().

PyObject* value_object::dynamic_type

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

Referenced by valpy_get_dynamic_type(), valpy_new(), and value_to_value_object().

PyObject_HEAD struct value_object* value_object::next
struct value_object* value_object::prev

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

Referenced by note_value(), and valpy_dealloc().

PyObject* value_object::type

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

Referenced by valpy_get_type(), valpy_new(), and value_to_value_object().

struct value* value_object::value

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