centralize attribute setting templates for size object reduction

This commit is contained in:
Thomas Krijnen
2024-05-12 16:57:34 +02:00
parent 6a62bf8493
commit 1e60454951
4 changed files with 58 additions and 24 deletions
+5
View File
@@ -106,6 +106,11 @@ class IFC_PARSE_API IfcBaseClass : public virtual IfcBaseInterface {
virtual const IfcParse::declaration& declaration() const = 0;
template <typename T>
void set_value(int index, const T& value);
void unset_value(int index);
uint32_t identity() const { return identity_; }
};