| 49 | } |
| 50 | |
| 51 | Library::~Library () |
| 52 | { |
| 53 | // unregister if not done yet |
| 54 | if (db::LibraryManager::initialized ()) { |
| 55 | db::LibraryManager::instance ().unregister_lib (this); |
| 56 | } |
| 57 | } |
| 58 | |
| 59 | bool |
| 60 | Library::is_for_technology (const std::string &name) const |
nothing calls this directly
no test coverage detected