Virtual inheritance configurable at codegen time

This commit is contained in:
Thomas Krijnen
2025-01-30 13:04:14 +01:00
parent 553872ced2
commit 919df92888
6 changed files with 910 additions and 897 deletions
File diff suppressed because it is too large Load Diff
+2
View File
@@ -122,6 +122,8 @@ public:
uint32_t id() const { return id_; }
void toString(std::ostream&, bool upper = false) const;
typedef aggregate_of_instance list;
};
class IFC_PARSE_API IfcBaseEntity : public IfcBaseClass {