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

Public Attributes

PyObject_HEAD struct typetype
 
struct pyty_type_objectprev
 
struct pyty_type_objectnext
 

Detailed Description

Definition at line 33 of file py-type.c.

Member Data Documentation

◆ next

struct pyty_type_object* pyty_type_object::next

◆ prev

struct pyty_type_object* pyty_type_object::prev

Definition at line 41 of file py-type.c.

Referenced by save_objfile_types(), and set_type().

◆ type

PyObject_HEAD struct type* pyty_type_object::type

Definition at line 36 of file py-type.c.

Referenced by save_objfile_types(), set_type(), and typy_iterator_iternext().


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