Limbo 3.5.4
Loading...
Searching...
No Matches
GdsParser::gds_celltype Struct Reference

cell type More...

#include <GdsWriter.h>

Public Attributes

char * name
struct gds_itemtypeitem
struct gds_celltypenextcell

Detailed Description

cell type

< A GDS library is a linked list of cells.

Definition at line 77 of file GdsWriter.h.

Member Data Documentation

◆ item

struct gds_itemtype* GdsParser::gds_celltype::item

one element of the cell

Definition at line 80 of file GdsWriter.h.

◆ name

char* GdsParser::gds_celltype::name

< A cell is a linked list of items. name of the cell

Definition at line 79 of file GdsWriter.h.

◆ nextcell

struct gds_celltype* GdsParser::gds_celltype::nextcell

pointer to the next cell, forming a linked list

Definition at line 81 of file GdsWriter.h.


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