11 return _impl->getHardwareAccessingElements();
17 auto result =
_impl->getInternalElements();
18 result.push_front(
_impl);
25 if(newElement->mayReplaceOther(
_impl)) {
26 if(newElement !=
_impl) {
27 _impl = newElement->makeCopyRegisterDecorator();
31 _impl->replaceTransferElement(newElement);
38 boost::shared_ptr<ChimeraTK::PersistentDataStorage> storage) {
39 _impl->setPersistentDataStorage(std::move(storage));