|
| enum class | Side { TOP
, BOTTOM
} |
| |
|
|
| SubnetToeprint (unsigned int i, Side s, unsigned int c, unsigned int t) |
| |
| void | write_subnet (std::ostream &ost) const override |
| |
|
| Subnet (unsigned int i) |
| |
|
void | write (std::ostream &ost) const |
| |
|
|
Side | side |
| |
|
unsigned int | comp_num |
| |
|
unsigned int | toep_num |
| |
|
const unsigned int | index |
| |
|
std::list< FeatureID > | feature_ids |
| |
|
|
virtual void | write_subnet (std::ostream &ost) const =0 |
| |
◆ write_subnet()
| void horizon::ODB::EDAData::SubnetToeprint::write_subnet |
( |
std::ostream & |
ost | ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following files: