| 161 | } |
| 162 | |
| 163 | void IfcParse::register_schema(schema_definition* schema) { |
| 164 | schemas.insert({boost::to_upper_copy(schema->name()), schema}); |
| 165 | } |
| 166 | |
| 167 | const IfcParse::schema_definition* IfcParse::schema_by_name(const std::string& name) { |
| 168 | // TODO: initialize automatically somehow |
no test coverage detected