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

Public Attributes

PyObject_HEAD symtab_objectsymtab
 
struct symtab_and_linesal
 
struct salpy_sal_objectprev
 
struct salpy_sal_objectnext
 

Detailed Description

Definition at line 58 of file py-symtab.c.

Member Data Documentation

◆ next

struct salpy_sal_object* salpy_sal_object::next

◆ prev

struct salpy_sal_object* salpy_sal_object::prev

Definition at line 68 of file py-symtab.c.

Referenced by del_objfile_sal(), salpy_dealloc(), and set_sal().

◆ sal

struct symtab_and_line* salpy_sal_object::sal

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

Referenced by del_objfile_sal(), salpy_dealloc(), and set_sal().

◆ symtab

PyObject_HEAD symtab_object* salpy_sal_object::symtab

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