15#ifndef STOREGATE_UPDATEHANDLEKEY_H
16#define STOREGATE_UPDATEHANDLEKEY_H
68 template <std::derived_from<IProperty> OWNER>
71 const std::string&
key={},
macros to associate a CLID to a type
A property holding a SG store/key/clid from which a VarHandle is made.
UpdateHandleKey(OWNER *owner, std::string name, const std::string &key={}, std::string doc="")
auto-declaring Property Constructor.
UpdateHandleKey(const std::string &key="", const std::string &storeName=StoreID::storeName(StoreID::EVENT_STORE))
Constructor.
UpdateHandleKey & operator=(const std::string &sgkey)
Change the key of the object to which we're referring.
const std::string & key() const
VarHandleKey(CLID clid, const std::string &sgkey, Gaudi::DataHandle::Mode a, const std::string &storeName=StoreID::storeName(StoreID::EVENT_STORE), bool isCond=false)
Constructor.
static const std::string & storeName(const StoreID::type &s)