#1807 method mapping proposal

This commit is contained in:
Thomas Krijnen
2021-12-02 11:05:36 +01:00
parent 3380158f55
commit c52f851d79
4 changed files with 83 additions and 37 deletions
+3 -1
View File
@@ -448,7 +448,9 @@ namespace IfcParse {
IFC_PARSE_API const schema_definition* schema_by_name(const std::string&);
void register_schema(schema_definition*);
IFC_PARSE_API std::vector<std::string> schema_names();
IFC_PARSE_API void register_schema(schema_definition*);
}
#endif