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

Public Attributes

PyObject_HEAD PyObjectsymtab
 
struct symtab_and_linesal
 
sal_objectprev
 
sal_objectnext
 

Detailed Description

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

Member Data Documentation

◆ next

sal_object* sal_object::next

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

Referenced by salpy_deleter::operator()(), salpy_dealloc(), and set_sal().

◆ prev

sal_object* sal_object::prev

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

Referenced by salpy_deleter::operator()(), salpy_dealloc(), and set_sal().

◆ sal

struct symtab_and_line* sal_object::sal

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

Referenced by salpy_deleter::operator()(), salpy_dealloc(), and set_sal().

◆ symtab

PyObject_HEAD PyObject* sal_object::symtab

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