#include </builds/gaudi/Gaudi/GaudiKernel/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 38 of file DataHandle.h.
◆ PropertyType
◆ Mode
◆ DataHandle() [1/2]
◆ DataHandle() [2/2]
◆ ~DataHandle()
virtual Gaudi::DataHandle::~DataHandle |
( |
| ) |
|
|
virtualdefault |
◆ fullKey()
virtual const DataObjID& Gaudi::DataHandle::fullKey |
( |
| ) |
const |
|
inlinevirtual |
◆ init()
virtual bool Gaudi::DataHandle::init |
( |
| ) |
|
|
inlinevirtual |
◆ isCondition()
virtual bool Gaudi::DataHandle::isCondition |
( |
| ) |
const |
|
inlinevirtual |
◆ mode()
virtual Mode Gaudi::DataHandle::mode |
( |
| ) |
const |
|
inlinevirtual |
◆ objKey()
virtual const std::string& Gaudi::DataHandle::objKey |
( |
| ) |
const |
|
inlinevirtual |
◆ owner()
◆ pythonRepr()
◆ reset()
virtual void Gaudi::DataHandle::reset |
( |
bool |
| ) |
|
|
inlinevirtual |
◆ setKey()
virtual void Gaudi::DataHandle::setKey |
( |
DataObjID |
key | ) |
|
|
inlinevirtual |
◆ setOwner()
◆ updateKey()
virtual void Gaudi::DataHandle::updateKey |
( |
std::string |
key | ) |
|
|
inlinevirtual |
◆ operator<<
Definition at line 37 of file DataHandle.cpp.
38 str << d.fullKey() <<
" m: " << d.mode();
39 if ( d.owner() ) str <<
" o: " << d.owner()->name();
◆ default_type
std::string const Gaudi::DataHandle::default_type = "unknown_t" |
|
staticprotected |
◆ m_isCond
bool Gaudi::DataHandle::m_isCond = false |
|
private |
◆ m_key
DataObjID Gaudi::DataHandle::m_key = { "NONE" } |
|
protected |
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 80 of file DataHandle.h.
◆ m_mode
◆ m_owner
The documentation for this class was generated from the following files: