 |
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef ATHENAPOOLCNVSVC_CONDATTRLISTCOLLADDRESS_H
6 #define ATHENAPOOLCNVSVC_CONDATTRLISTCOLLADDRESS_H
17 #include "GaudiKernel/GenericAddress.h"
37 const std::string&
p1=
"",
38 const std::string&
p2=
"",
63 m_attrListColl(nullptr)
70 m_attrListColl(
copy.m_attrListColl)
92 m_attrListColl(nullptr)
98 const std::string&
p1,
99 const std::string&
p2,
104 GenericAddress(
svc, clid,
p1,
p2, ip1, ip2),
105 m_attrListColl(attrListColl)
130 #endif // ATHENAPOOLCNVSVC_CONDATTRLISTCOLLADDRESS_H
This file defines the class for a collection of AttributeLists where each one is associated with a ch...
CondAttrListCollAddress & operator=(const CondAttrListCollAddress ©)
Assignment.
AccessorTemplate & operator=(AccessorTemplate &&that)
This class is a collection of AttributeLists where each one is associated with a channel number....
This class provides an IOpaqueAddress/GenericAddress which can hold a pointer to a CondAttrListCollec...
CondAttrListCollection * m_attrListColl
Pointer to an CondAttrListCollection.
void setAttrListColl(CondAttrListCollection *attrListColl)
Add AttributeList.
AthROOTErrorHandlerSvc * svc
uint32_t CLID
The Class ID type.
virtual ~CondAttrListCollAddress()
Standard Destructor.
CondAttrListCollection * attrListColl()
Access to AttributeList.
CondAttrListCollAddress()
Dummy constructor.