| 497 | |
| 498 | |
| 499 | IfcUtil::IfcBaseClass* IfcParse::impl::rocks_db_file_storage::instance_by_id(int id) |
| 500 | { |
| 501 | // @todo rename assert_existance() -> instance_by_id(); |
| 502 | // - no cannot be done, because it needs to differentiate between entity instances and typedecls |
| 503 | return assert_existance(id, entityinstance_ref); |
| 504 | } |
| 505 | |
| 506 | void IfcParse::impl::rocks_db_file_storage::process_deletion_inverse(IfcUtil::IfcBaseClass* inst) |
| 507 | { |
no test coverage detected