mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-14 03:14:23 +00:00
Support defined types with instance references in parser (IfcPropertySetDefinitionSet; #6330)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user