Expose header properties with invalid values #5246

This commit is contained in:
Andrej730
2024-08-30 21:10:01 +05:00
committed by Thomas Krijnen
parent 50cb09aac2
commit 76ba3947f5
2 changed files with 24 additions and 0 deletions
+4
View File
@@ -52,6 +52,10 @@ class IFC_PARSE_API HeaderEntity {
return data_.size();
}
AttributeValue getArgument(size_t index) const {
return data_.get_attribute_value(index);
}
std::string toString(bool upper = false) const {
std::stringstream stream;
stream << datatype_;