5#ifndef STOREGATE_READCONDHANDLEKEY_H
6#define STOREGATE_READCONDHANDLEKEY_H
43 template <std::derived_from<IProperty> OWNER>
46 const std::string&
key={},
49 auto p = owner->declareProperty(std::move(name), *
this, std::move(doc));
50 p->template setOwnerType<OWNER>();
an iterator over instances of a given type in StoreGateSvc.
CondHandleKey(const std::string &key, const std::string &dbKey, Gaudi::DataHandle::Mode a)
const std::string & dbKey() const
ReadCondHandleKey(const std::string &key, const std::string &dbKey="")
ReadCondHandleKey & operator=(const std::string &sgkey)
Change the key of the object to which we're referring.
ReadCondHandleKey(OWNER *owner, std::string name, const std::string &key={}, std::string doc="")
auto-declaring Property Constructor.
VarHandleKey & operator=(const std::string &sgkey)
Change the key of the object to which we're referring.
const std::string & key() const
=============================================================================