|
GDS-Render v1.2.1
|
Stores the result of the cell checks. More...
#include <gds-types.h>
Data Structures | |
| struct | _check_internals |
| For the internal use of the checker. More... | |
Data Fields | |
| int | unresolved_child_count |
| Number of unresolved cell instances inside this cell. Default: GDS_CELL_CHECK_NOT_RUN. More... | |
| int | affected_by_reference_loop |
| 1 if the cell is affected by a reference loop and therefore not renderable. Default: GDS_CELL_CHECK_NOT_RUN More... | |
| struct gds_cell_checks::_check_internals | _internal |
Stores the result of the cell checks.
Definition at line 71 of file gds-types.h.
| struct gds_cell_checks::_check_internals _internal |
| int affected_by_reference_loop |
1 if the cell is affected by a reference loop and therefore not renderable. Default: GDS_CELL_CHECK_NOT_RUN
Definition at line 73 of file gds-types.h.
| int unresolved_child_count |
Number of unresolved cell instances inside this cell. Default: GDS_CELL_CHECK_NOT_RUN.
Definition at line 72 of file gds-types.h.