GDS-Render v1.2.1
gds_cell_checks Struct Reference

Stores the result of the cell checks. More...

#include <gds-types.h>

Collaboration diagram for gds_cell_checks:
[legend]

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
 

Detailed Description

Stores the result of the cell checks.

Definition at line 71 of file gds-types.h.

Field Documentation

◆ _internal

◆ affected_by_reference_loop

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.

◆ unresolved_child_count

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.


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