GDS-Render v1.2.1
|
A Cell inside a gds_library. More...
#include <gds-types.h>
Data Fields | |
char | name [CELL_NAME_MAX] |
struct gds_time_field | mod_time |
struct gds_time_field | access_time |
GList * | child_cells |
List of gds_cell_instance elements. More... | |
GList * | graphic_objs |
List of gds_graphics. More... | |
struct gds_library * | parent_library |
Pointer to parent library. More... | |
struct gds_cell_checks | checks |
Checking results. More... | |
A Cell inside a gds_library.
Definition at line 122 of file gds-types.h.
struct gds_time_field access_time |
Definition at line 125 of file gds-types.h.
struct gds_cell_checks checks |
Checking results.
Definition at line 129 of file gds-types.h.
GList* child_cells |
List of gds_cell_instance elements.
Definition at line 126 of file gds-types.h.
GList* graphic_objs |
List of gds_graphics.
Definition at line 127 of file gds-types.h.
struct gds_time_field mod_time |
Definition at line 124 of file gds-types.h.
char name[CELL_NAME_MAX] |
Definition at line 123 of file gds-types.h.
struct gds_library* parent_library |
Pointer to parent library.
Definition at line 128 of file gds-types.h.