#2482 entity_instance.to_string()

This commit is contained in:
Thomas Krijnen
2022-10-08 17:18:47 +02:00
parent 94ba1a121d
commit cd27d48701
2 changed files with 15 additions and 0 deletions
+4
View File
@@ -250,6 +250,10 @@ static IfcUtil::ArgumentType helper_fn_attribute_type(const IfcUtil::IfcBaseClas
return $self->data().toString();
}
std::string to_string(bool valid_spf) const {
return $self->data().toString(valid_spf);
}
// Just something to have a somewhat sensible value to hash
size_t file_pointer() const {
return reinterpret_cast<size_t>($self->data().file);