14#ifndef STOREGATE_READHANDLEKEY_H
15#define STOREGATE_READHANDLEKEY_H
69 template <std::derived_from<IProperty> OWNER>
71 const std::string& name,
72 const std::string&
key = {},
73 const std::string& doc =
"");
98 const std::string&
key,
99 const std::string& storeName);
113 template <std::derived_from<IProperty> OWNER>
116 const std::string& name,
117 const std::string&
key,
118 const std::string& doc);
macros to associate a CLID to a type
Exceptions that can be thrown from StoreGate.
uint32_t CLID
The Class ID type.
A property holding a SG store/key/clid from which a VarHandle is made.
InitializedReadHandleKey(const std::string &key="", const std::string &storeName=StoreID::storeName(StoreID::EVENT_STORE))
Constructor.
ReadHandleKey(OWNER *owner, const std::string &name, const std::string &key={}, const std::string &doc="")
Auto-declaring Property constructor.
ReadHandleKey & operator=(const std::string &sgkey)
Change the key of the object to which we're referring.
ReadHandleKey(CLID clid, const std::string &key, const std::string &storeName)
Constructor with explicit CLID.
ReadHandleKey(CLID clid, OWNER *owner, const std::string &name, const std::string &key, const std::string &doc)
Auto-declaring constructor with explicit CLID.
ReadHandleKey(const std::string &key="", const std::string &storeName=StoreID::storeName(StoreID::EVENT_STORE))
Constructor.
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)