Limbo 3.5.4
Loading...
Searching...
No Matches
GdsRecords.h File Reference

enum of GDSII records and data types More...

Go to the source code of this file.

Classes

struct  GdsParser::GdsRecords
 GDSII records.
The records are numbered with consecutive integers, so we can use simple array to save all the data. More...
struct  GdsParser::GdsData
 data type More...

Namespaces

namespace  GdsParser
 namespace for Limbo.GdsParser

Functions

accessors
const char * GdsParser::gds_record_ascii (int record_type)
const char * GdsParser::gds_record_description (int record_type)
int GdsParser::gds_record_expected_data (int record_type)
const char * GdsParser::gds_data_ascii (int data_type)
const char * GdsParser::gds_data_description (int data_type)
GdsRecords::EnumType GdsParser::gds_record_type (int numeric)
 convert integer to enum
GdsData::EnumType GdsParser::gds_data_type (int numeric)
 convert integer to enum

Detailed Description

enum of GDSII records and data types

Author
Yibo Lin
Date
Oct 2015

Definition in file GdsRecords.h.