|
Limbo
|
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 | |
| GdsParser | |
| namespace for Limbo.GdsParser | |
Functions | |
accessors | |
accessors to enum types and mapping arrays | |
| 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 More... | |
| GdsData::EnumType | GdsParser::gds_data_type (int numeric) |
| convert integer to enum More... | |
1.8.8