|
Limbo
|
namespace for LefParser More...
Classes | |
| class | Driver |
| class | LefDataBase |
| Base class for lef database. Only pure virtual functions are defined. User needs to inheritate this class and derive a custom database type with all callback functions defined. More... | |
Functions | |
| bool | read (LefDataBase &db, const string &lefFile) |
| API for LefParser. Read LEF file and initialize database by calling user-defined callback functions. More... | |
namespace for LefParser
The example namespace is used to encapsulate the three parser classes example::Parser, example::Scanner and example::Driver
| bool LefParser::read | ( | LefDataBase & | db, |
| const string & | lefFile | ||
| ) |
API for LefParser. Read LEF file and initialize database by calling user-defined callback functions.
| db | database which is derived from LefParser::LefDataBase |
| lefFile | LEF file |
1.8.8