GDS-Render v1.2.1
|
GDS Toplevel 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 |
double | unit_in_meters |
GList * | cells |
GList * | cell_names |
GDS Toplevel library.
Definition at line 135 of file gds-types.h.
struct gds_time_field access_time |
Definition at line 138 of file gds-types.h.
GList* cell_names |
< List of strings that contains all cell names
Definition at line 141 of file gds-types.h.
GList* cells |
List of gds_cell that contains all cells in this library
Definition at line 140 of file gds-types.h.
struct gds_time_field mod_time |
Definition at line 137 of file gds-types.h.
char name[CELL_NAME_MAX] |
Definition at line 136 of file gds-types.h.
double unit_in_meters |
Length of a database unit in meters
Definition at line 139 of file gds-types.h.