| 6451 | } |
| 6452 | |
| 6453 | db::LayoutToNetlist * |
| 6454 | LayoutViewBase::get_l2ndb (int index) |
| 6455 | { |
| 6456 | if (index >= 0 && index < int (m_l2ndbs.size ())) { |
| 6457 | return m_l2ndbs [index]; |
| 6458 | } else { |
| 6459 | return 0; |
| 6460 | } |
| 6461 | } |
| 6462 | |
| 6463 | const db::LayoutToNetlist * |
| 6464 | LayoutViewBase::get_l2ndb (int index) const |
no test coverage detected