mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 06:39:13 +00:00
Comment deconstructor IfcFile
This commit is contained in:
@@ -175,6 +175,7 @@ public:
|
|||||||
IfcFile(IfcParse::IfcSpfStream* f);
|
IfcFile(IfcParse::IfcSpfStream* f);
|
||||||
IfcFile(const IfcParse::schema_definition* schema = IfcParse::schema_by_name("IFC4"));
|
IfcFile(const IfcParse::schema_definition* schema = IfcParse::schema_by_name("IFC4"));
|
||||||
|
|
||||||
|
/// Deleting the file will also delete all new instances that were added to the file (via memory allocation)
|
||||||
virtual ~IfcFile();
|
virtual ~IfcFile();
|
||||||
|
|
||||||
file_open_status good() const { return good_; }
|
file_open_status good() const { return good_; }
|
||||||
|
|||||||
Reference in New Issue
Block a user