
Data Fields | |
| PyObject_HEAD struct ctrump_mempool | tree_pool |
| struct ctrump_mempool | pyobj_pool |
| int | num_object |
| int | id2symbol_table_size |
| int | id_table_size |
| PyObject ** | id2tree_obj_table |
| PyObject ** | id2symbol_table |
| PyObject *** | member_obj_table |
| TypeEnvObject * | type_env |
Definition at line 780 of file ctrumpmodule.c.
PyObject_HEAD struct ctrump_mempool EnvObject::tree_pool [read] |
Definition at line 782 of file ctrumpmodule.c.
Referenced by build_struct(), and EnvObject_dealloc().
struct ctrump_mempool EnvObject::pyobj_pool [read] |
Definition at line 784 of file ctrumpmodule.c.
Definition at line 786 of file ctrumpmodule.c.
| PyObject** EnvObject::id2tree_obj_table |
| PyObject** EnvObject::id2symbol_table |
| PyObject*** EnvObject::member_obj_table |
Definition at line 790 of file ctrumpmodule.c.
Referenced by build_incomplete_field_type(), build_struct(), build_typedef_name(), EnvObject_dealloc(), texpr_obj(), and type_apply_unary_pointer_conversion().
1.5.6