| 1258 | } |
| 1259 | |
| 1260 | void IfcParse::IfcFile::bypass_type(const std::string& type_name) { |
| 1261 | types_to_bypass_loading_.insert(type_name); |
| 1262 | } |
| 1263 | |
| 1264 | IfcFile::IfcFile(const std::string& path, filetype ty, bool readonly) |
| 1265 | : schema_(nullptr) |
no test coverage detected