|
Limbo 3.5.4
|
routing tracks More...
#include <DefDataBase.h>
Public Member Functions | |
| void | reset () |
| reset all data members | |
| virtual void | print (ostringstream &ss) const |
| print data members | |
Public Attributes | |
| string | gcellgrid_name |
| group name | |
| int | start |
| int | step |
| int | num |
routing tracks
Definition at line 339 of file DefDataBase.h.
|
inlinevirtual |
print data members
| ss | output stream |
Reimplemented from DefParser::Item.
Definition at line 356 of file DefDataBase.h.
|
inline |
reset all data members
Definition at line 347 of file DefDataBase.h.
| string DefParser::GCellGrid::gcellgrid_name |
group name
Definition at line 341 of file DefDataBase.h.
| int DefParser::GCellGrid::num |
Definition at line 344 of file DefDataBase.h.
| int DefParser::GCellGrid::start |
Definition at line 342 of file DefDataBase.h.
| int DefParser::GCellGrid::step |
Definition at line 343 of file DefDataBase.h.