The Gaudi Framework
master (37c0b60a)
|
Embedded class defining a symbolic link Note: No explicit copy constructor; implicit compiler generated one is just fine. More...
#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/LinkManager.h>
Public Member Functions | |
Link (long id, std::string path, DataObject *pObject=nullptr) | |
Standard constructor. More... | |
Link ()=default | |
Standard constructor for Root I/O. More... | |
bool | operator== (const Link &link) const |
Equality operator: check paths only. More... | |
void | setObject (const DataObject *pObject) |
Update object pointer. More... | |
const DataObject * | object () const |
Const access to data object. More... | |
DataObject * | object () |
const std::string & | path () const |
Access to path of object. More... | |
long | ID () const |
Link identifier. More... | |
IOpaqueAddress * | address () |
Access to the object's address. More... | |
Private Attributes | |
std::string | m_path |
String containing path of symbolic link. More... | |
DataObject * | m_pObject = nullptr |
Pointer to object behind the link. More... | |
long | m_id = INVALID |
Link ID. More... | |
Embedded class defining a symbolic link Note: No explicit copy constructor; implicit compiler generated one is just fine.
Definition at line 41 of file LinkManager.h.
|
inline |
|
default |
Standard constructor for Root I/O.
IOpaqueAddress * LinkManager::Link::address | ( | ) |
|
inline |
|
inline |
Definition at line 61 of file LinkManager.h.
|
inline |
|
inline |
Equality operator: check paths only.
Definition at line 56 of file LinkManager.h.
|
inline |
|
inline |
|
private |
Link ID.
Definition at line 47 of file LinkManager.h.
|
private |
String containing path of symbolic link.
Definition at line 43 of file LinkManager.h.
|
private |
Pointer to object behind the link.
Definition at line 45 of file LinkManager.h.