![]() |
ATLAS Offline Software
|
This class provides an IOpaqueAddress/GenericAddress which can hold a pointer to a CondAttrListCollection object. More...
#include <CondAttrListCollAddress.h>
Public Member Functions | |
| CondAttrListCollAddress () | |
| Dummy constructor. | |
| CondAttrListCollAddress (const CondAttrListCollAddress ©) | |
| Copy Constructor. | |
| CondAttrListCollAddress & | operator= (const CondAttrListCollAddress ©) |
| Assignment. | |
| CondAttrListCollAddress (const GenericAddress ©) | |
| Constructor from GA. | |
| CondAttrListCollAddress (long svc, const CLID &clid, const std::string &p1="", const std::string &p2="", unsigned long ip1=0, unsigned long ip2=0, CondAttrListCollection *attrListColl=nullptr) | |
| Standard Constructor. | |
| virtual | ~CondAttrListCollAddress () |
| Standard Destructor. | |
| CondAttrListCollection * | attrListColl () |
| Access to AttributeList. | |
| void | setAttrListColl (CondAttrListCollection *attrListColl) |
| Add AttributeList. | |
Private Attributes | |
| CondAttrListCollection * | m_attrListColl |
| Pointer to an CondAttrListCollection. | |
This class provides an IOpaqueAddress/GenericAddress which can hold a pointer to a CondAttrListCollection object.
Definition at line 24 of file CondAttrListCollAddress.h.
|
inline |
Dummy constructor.
Inline definitions.
Definition at line 60 of file CondAttrListCollAddress.h.
|
inline |
Copy Constructor.
Definition at line 67 of file CondAttrListCollAddress.h.
|
inlineexplicit |
Constructor from GA.
Definition at line 89 of file CondAttrListCollAddress.h.
|
inline |
Standard Constructor.
Definition at line 96 of file CondAttrListCollAddress.h.
|
inlinevirtual |
Standard Destructor.
Definition at line 111 of file CondAttrListCollAddress.h.
|
inline |
Access to AttributeList.
Definition at line 117 of file CondAttrListCollAddress.h.
|
inline |
Assignment.
Definition at line 77 of file CondAttrListCollAddress.h.
|
inline |
|
private |
Pointer to an CondAttrListCollection.
Definition at line 55 of file CondAttrListCollAddress.h.