| 544 | } |
| 545 | |
| 546 | void AttributeManager::rename_attribute( |
| 547 | std::string_view old_name, std::string_view new_name ) |
| 548 | { |
| 549 | impl_->rename_attribute( old_name, new_name, {} ); |
| 550 | } |
| 551 | |
| 552 | void AttributeManager::set_attribute_properties( |
| 553 | std::string_view attribute_name, |
no outgoing calls