Embedded class defining a symbolic link Note: No copy constructor; bitwise copy (done by the compiler) is just fine.
More...
#include <LinkManager.h>
List of all members.
Detailed Description
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.
Constructor & Destructor Documentation
| LinkManager::Link::Link |
( |
) |
[inline] |
| virtual LinkManager::Link::~Link |
( |
) |
[inline, virtual] |
Member Function Documentation
Access to the object's address.
Access to the object's address from the link.
Definition at line 11 of file LinkManager.cpp.
| long LinkManager::Link::ID |
( |
) |
const [inline] |
| DataObject* LinkManager::Link::object |
( |
) |
const [inline] |
| 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.
| const std::string& LinkManager::Link::path |
( |
) |
const [inline] |
| void LinkManager::Link::setObject |
( |
const DataObject * |
pObject ) |
[inline] |
Friends And Related Function Documentation
Member Data Documentation
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:
- /afs/cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v23r4/GaudiKernel/GaudiKernel/LinkManager.h
- /afs/cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v23r4/GaudiKernel/src/Lib/LinkManager.cpp