mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-17 02:49:12 +00:00
centralize attribute setting templates for size object reduction
This commit is contained in:
@@ -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_; }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user