|
Limbo
|
read GDSII file More...
#include <string>#include <vector>#include <istream>#include <limbo/parsers/gdsii/stream/GdsRecords.h>#include <limbo/string/String.h>Go to the source code of this file.
Classes | |
| class | GdsParser::GdsDataBaseKernel |
| Kernel callbacks for GdsReader. These callbacks use enum for record_type and data_type, which is faster than ascii callbacks. More... | |
| class | GdsParser::GdsDataBase |
GdsDataBase redirects callbacks of GdsDataBaseKernel to ascii callbacksMore... | |
| class | GdsParser::GdsReader |
| read GDSII More... | |
Namespaces | |
| GdsParser | |
| namespace for Limbo.GdsParser | |
Functions | |
| bool | GdsParser::read (GdsDataBaseKernel &db, std::istream &fp) |
| read from stream More... | |
| bool | GdsParser::read (GdsDataBaseKernel &db, string const &filename) |
| read from file More... | |
1.8.8