|
Limbo 3.5.4
|
Custom class that inheritates GdfParser::GdfDataBase with all the required callbacks gdfined. More...
Public Member Functions | |
| GdfDataBase () | |
| constructor | |
| virtual void | add_gdf_cell (GdfParser::Cell &cell) |
| add routing cell | |
Custom class that inheritates GdfParser::GdfDataBase with all the required callbacks gdfined.
Definition at line 20 of file test_bison.cpp.
|
inline |
constructor
Definition at line 24 of file test_bison.cpp.
|
inlinevirtual |
add routing cell
required callbacks from abstract GdfParser::GdfDataBase ///////////////////
| cell | describes the whole layout for routing |
Implements GdfParser::GdfDataBase.
Definition at line 31 of file test_bison.cpp.