ATLAS Offline Software
|
associate a data object with its VersionedKey The object is held by a ReadHandle to delay its retrieval in case the user is interested only in the versionedKey More...
#include <SGVersionedKey.h>
Public Member Functions | |
ObjectWithVersion () | |
ObjectWithVersion (const ObjectWithVersion &rhs) | |
ObjectWithVersion (const VersionedKey &vk, const SG::ReadHandle< T > &dh) | |
ObjectWithVersion (const VersionedKey &vk, SG::DataProxy *proxy) | |
ObjectWithVersion & | operator= (const ObjectWithVersion &rhs) |
Public Attributes | |
SG::VersionedKey | versionedKey |
SG::ReadHandle< T > | dataObject |
associate a data object with its VersionedKey The object is held by a ReadHandle to delay its retrieval in case the user is interested only in the versionedKey
Definition at line 17 of file SGVersionedKey.h.
|
inline |
Definition at line 22 of file SGObjectWithVersion.h.
|
inline |
Definition at line 23 of file SGObjectWithVersion.h.
|
inline |
Definition at line 25 of file SGObjectWithVersion.h.
|
inline |
Definition at line 27 of file SGObjectWithVersion.h.
|
inline |
Definition at line 29 of file SGObjectWithVersion.h.
SG::ReadHandle<T> SG::ObjectWithVersion::dataObject |
Definition at line 38 of file SGObjectWithVersion.h.
SG::VersionedKey SG::ObjectWithVersion::versionedKey |
Definition at line 37 of file SGObjectWithVersion.h.