Limbo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
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

struct gds_itemtype* GdsParser::gds_celltype::item

one element of the cell

Definition at line 80 of file GdsWriter.h.

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.

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: