![]() |
ATLAS Offline Software
|
LinkUtitlity for Volumes with update possibility. More...
#include <VolumeLink.h>
Public Member Functions | |
| VolumeLink () | |
| Default constructor. | |
| VolumeLink (const Volume *vol) | |
| Constructor with already existing Link. | |
| VolumeLink (const VolumeLink &vlink) | |
| Copy Constructor. | |
| ~VolumeLink () | |
| Destructor. | |
| void | VolumeLink::updateLink (const Volume *vol) |
| update method for link-setting const not thread safe | |
| const Volume * | VolumeLink::volume (void) const |
Private Attributes | |
| const Volume * | m_linkVolume |
LinkUtitlity for Volumes with update possibility.
Definition at line 25 of file VolumeLink.h.
|
inline |
Constructor with already existing Link.
Definition at line 31 of file VolumeLink.h.
|
inline |
Copy Constructor.
Definition at line 35 of file VolumeLink.h.
|
inline |
update method for link-setting const not thread safe
Definition at line 42 of file VolumeLink.h.
Definition at line 46 of file VolumeLink.h.
Definition at line 51 of file VolumeLink.h.