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

Public Attributes

PyObject_HEAD const struct blockblock
 
struct block_iterator iter
 
int initialized_p
 
struct blpy_block_objectsource
 

Detailed Description

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

Member Data Documentation

PyObject_HEAD const struct block* block_syms_iterator_object::block

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

Referenced by blpy_block_syms_iternext(), and blpy_iter().

int block_syms_iterator_object::initialized_p

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

Referenced by blpy_block_syms_iternext(), and blpy_iter().

struct block_iterator block_syms_iterator_object::iter

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

Referenced by blpy_block_syms_iternext().

struct blpy_block_object* block_syms_iterator_object::source

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