Support defined types with instance references in parser (IfcPropertySetDefinitionSet; #6330)

This commit is contained in:
Thomas Krijnen
2025-04-11 15:52:40 +02:00
parent ffffcc576e
commit 952400bd58
3 changed files with 82 additions and 14 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ struct parse_context {
void push(IfcUtil::IfcBaseClass* inst);
IfcEntityInstanceData construct(int name, unresolved_references& references_to_resolve, const IfcParse::declaration* decl, boost::optional<size_t> expected_size);
IfcEntityInstanceData construct(int name, unresolved_references& references_to_resolve, const IfcParse::declaration* decl, boost::optional<size_t> expected_size, int resolve_reference_index=-1);
};
/// This class provides several static convenience functions and variables