#include <GaudiKernel/DataHandle.h>
|
DataObjID | m_key = {"NONE"} |
| The key of the object behind this DataHandle Although it may look strange to have it mutable, this can actually change in case the object had alternative names, and it should not be visible to the end user, for which the Handle is still the same. More...
|
|
IDataHandleHolder * | m_owner = nullptr |
|
Definition at line 34 of file DataHandle.h.
enum Gaudi::v1::DataHandle::Mode |
Enumerator |
---|
Reader |
|
Writer |
|
Updater |
|
Definition at line 37 of file DataHandle.h.
Definition at line 39 of file DataHandle.h.
DataObjID m_key
The key of the object behind this DataHandle Although it may look strange to have it mutable...
IDataHandleHolder * m_owner
Definition at line 42 of file DataHandle.h.
DataObjID m_key
The key of the object behind this DataHandle Although it may look strange to have it mutable...
IDataHandleHolder * m_owner
virtual Gaudi::v1::DataHandle::~DataHandle |
( |
| ) |
|
|
virtualdefault |
virtual const DataObjID& Gaudi::v1::DataHandle::fullKey |
( |
| ) |
const |
|
inlinevirtual |
Definition at line 56 of file DataHandle.h.
DataObjID m_key
The key of the object behind this DataHandle Although it may look strange to have it mutable...
virtual bool Gaudi::v1::DataHandle::init |
( |
| ) |
|
|
inlinevirtual |
virtual bool Gaudi::v1::DataHandle::isCondition |
( |
| ) |
const |
|
inlinevirtual |
virtual Mode Gaudi::v1::DataHandle::mode |
( |
| ) |
const |
|
inlinevirtual |
virtual const std::string& Gaudi::v1::DataHandle::objKey |
( |
| ) |
const |
|
inlinevirtual |
Definition at line 55 of file DataHandle.h.
DataObjID m_key
The key of the object behind this DataHandle Although it may look strange to have it mutable...
const std::string & key() const
Definition at line 48 of file DataHandle.h.
IDataHandleHolder * m_owner
virtual std::string Gaudi::v1::DataHandle::pythonRepr |
( |
| ) |
const |
|
virtual |
virtual void Gaudi::v1::DataHandle::reset |
( |
bool |
| ) |
|
|
inlinevirtual |
virtual void Gaudi::v1::DataHandle::setKey |
( |
const DataObjID & |
key | ) |
const |
|
inlinevirtual |
Definition at line 52 of file DataHandle.h.
DataObjID m_key
The key of the object behind this DataHandle Although it may look strange to have it mutable...
Definition at line 47 of file DataHandle.h.
IDataHandleHolder * m_owner
virtual void Gaudi::v1::DataHandle::updateKey |
( |
const std::string & |
key | ) |
const |
|
inlinevirtual |
Definition at line 53 of file DataHandle.h.
DataObjID m_key
The key of the object behind this DataHandle Although it may look strange to have it mutable...
void updateKey(const std::string &key)
bool Gaudi::v1::DataHandle::m_isCond = false |
|
private |
DataObjID Gaudi::v1::DataHandle::m_key = {"NONE"} |
|
mutableprotected |
The key of the object behind this DataHandle Although it may look strange to have it mutable, this can actually change in case the object had alternative names, and it should not be visible to the end user, for which the Handle is still the same.
Definition at line 73 of file DataHandle.h.
The documentation for this class was generated from the following file: