IfcSchema: provide arg names for register_schema, schema_by_name

This commit is contained in:
Andrej730
2026-07-24 16:48:51 +05:00
parent b14df627d7
commit 4a20b67038
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -513,11 +513,11 @@ class IFC_PARSE_API schema_definition {
IfcUtil::IfcBaseClass* instantiate(const IfcParse::declaration* decl, IfcEntityInstanceData&& data) const;
};
IFC_PARSE_API const schema_definition* schema_by_name(const std::string&);
IFC_PARSE_API const schema_definition* schema_by_name(const std::string& schema_name);
IFC_PARSE_API std::vector<std::string> schema_names();
IFC_PARSE_API void register_schema(schema_definition*);
IFC_PARSE_API void register_schema(schema_definition* schema);
IFC_PARSE_API void clear_schemas();
} // namespace IfcParse