mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-18 19:30:25 +00:00
IfcSchema: provide arg names for register_schema, schema_by_name
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user