Embedded class defining a symbolic link Note: No copy constructor; bitwise copy (done by the compiler) is just fine.
More...
#include </scratch/z5/marcocle/lhcb-release/419/GAUDI/GAUDI_v26r1/InstallArea/x86_64-slc6-gcc48-opt/include/GaudiKernel/LinkManager.h>
Embedded class defining a symbolic link Note: No copy constructor; bitwise copy (done by the compiler) is just fine.
Definition at line 30 of file LinkManager.h.
| LinkManager::Link::Link |
( |
long |
id, |
|
|
const std::string & |
path, |
|
|
const DataObject * |
pObject = 0 |
|
) |
| |
|
inline |
| LinkManager::Link::Link |
( |
| ) |
|
|
inline |
| virtual LinkManager::Link::~Link |
( |
| ) |
|
|
inlinevirtual |
| LinkManager::Link::Link |
( |
long |
id, |
|
|
const std::string & |
path, |
|
|
const DataObject * |
pObject = 0 |
|
) |
| |
|
inline |
| LinkManager::Link::Link |
( |
| ) |
|
|
inline |
| virtual LinkManager::Link::~Link |
( |
| ) |
|
|
inlinevirtual |
Access to the object's address.
Access to the object's address from the link.
Definition at line 11 of file LinkManager.cpp.
{
if ( 0 != pReg ) {
}
}
return 0;
}
Access to the object's address.
| long LinkManager::Link::ID |
( |
| ) |
const |
|
inline |
| long LinkManager::Link::ID |
( |
| ) |
const |
|
inline |
| Link& LinkManager::Link::operator= |
( |
const Link & |
link | ) |
|
|
inline |
Equality operator: check pathes only.
Definition at line 50 of file LinkManager.h.
| Link& LinkManager::Link::operator= |
( |
const Link & |
link | ) |
|
|
inline |
Equality operator: check pathes only.
Definition at line 50 of file LinkManager.h.
| bool LinkManager::Link::operator== |
( |
const Link & |
link | ) |
const |
|
inline |
Equality operator: check paths only.
Definition at line 66 of file LinkManager.h.
| bool LinkManager::Link::operator== |
( |
const Link & |
link | ) |
const |
|
inline |
Equality operator: check paths only.
Definition at line 66 of file LinkManager.h.
| const std::string& LinkManager::Link::path |
( |
| ) |
const |
|
inline |
| const std::string& LinkManager::Link::path |
( |
| ) |
const |
|
inline |
| void LinkManager::Link::set |
( |
long |
id, |
|
|
const std::string & |
path, |
|
|
const DataObject * |
pObject |
|
) |
| |
|
inline |
| void LinkManager::Link::set |
( |
long |
id, |
|
|
const std::string & |
path, |
|
|
const DataObject * |
pObject |
|
) |
| |
|
inline |
| void LinkManager::Link::setObject |
( |
const DataObject * |
pObject | ) |
|
|
inline |
| void LinkManager::Link::setObject |
( |
const DataObject * |
pObject | ) |
|
|
inline |
| long LinkManager::Link::m_id |
|
protected |
| std::string LinkManager::Link::m_path |
|
protected |
String containing path of symbolic link.
Definition at line 35 of file LinkManager.h.
Pointer to object behind the link.
Definition at line 37 of file LinkManager.h.
The documentation for this class was generated from the following files: