| 730 | } |
| 731 | |
| 732 | virtual std::string get_description () const |
| 733 | { |
| 734 | if (cb_get_description.can_issue ()) { |
| 735 | return cb_get_description.issue<db::PCellDeclaration, std::string> (&db::PCellDeclaration::get_description); |
| 736 | } else { |
| 737 | return db::PCellDeclaration::get_description (); |
| 738 | } |
| 739 | } |
| 740 | |
| 741 | std::vector<db::ViaType> via_types_fb () const |
| 742 | { |
no test coverage detected