| 265 | } |
| 266 | |
| 267 | IfcUtil::ArgumentType AttributeValue::type() const |
| 268 | { |
| 269 | return static_cast<IfcUtil::ArgumentType>(dispatch_index_(array_, storage_model_, instance_name_, entity_or_type_, index_)); |
| 270 | } |
| 271 | |
| 272 | #ifdef IFOPSH_WITH_ROCKSDB |
| 273 |
no test coverage detected