mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-17 10:59:17 +00:00
Non-streaming rocksdb serializer nearing completion
This commit is contained in:
@@ -97,12 +97,7 @@ protected:
|
||||
IfcEntityInstanceData data_;
|
||||
|
||||
public:
|
||||
IfcBaseClass(IfcEntityInstanceData&& data)
|
||||
: identity_(counter_++)
|
||||
, id_(0)
|
||||
, file_(nullptr)
|
||||
, data_(std::move(data))
|
||||
{}
|
||||
IfcBaseClass(IfcEntityInstanceData&& data);
|
||||
|
||||
const IfcEntityInstanceData& data() const { return data_; }
|
||||
IfcEntityInstanceData& data() { return data_; }
|
||||
|
||||
Reference in New Issue
Block a user