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