mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 02:02:22 +00:00
Virtual inheritance configurable at codegen time
This commit is contained in:
+876
-876
File diff suppressed because it is too large
Load Diff
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user