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

Public Attributes

PyObject_HEAD const struct blockblock
 
struct objfileobjfile
 
block_objectprev
 
block_objectnext
 

Detailed Description

Definition at line 27 of file py-block.c.

Member Data Documentation

◆ block

PyObject_HEAD const struct block* block_object::block

Definition at line 30 of file py-block.c.

Referenced by blpy_iter_is_valid(), blpy_deleter::operator()(), and set_block().

◆ next

block_object* block_object::next

Definition at line 38 of file py-block.c.

Referenced by blpy_deleter::operator()(), and set_block().

◆ objfile

struct objfile* block_object::objfile

◆ prev

block_object* block_object::prev

Definition at line 37 of file py-block.c.

Referenced by blpy_deleter::operator()(), and set_block().


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