#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/DataHandleHolderVisitor.h>
Definition at line 18 of file DataHandleHolderVisitor.h.
◆ DHHVisitor()
◆ ignoredInpKeys()
◆ ignoredOutKeys()
◆ visit()
Implements IDataHandleVisitor.
Definition at line 25 of file DataHandleHolderVisitor.cpp.
40 for (
const auto&
h : std::get<0>( hs ) ) {
41 if ( !
h->objKey().empty() ) {
42 std::get<1>( hs ).emplace(
h->fullKey() );
44 std::get<2>( hs ).emplace(
h->fullKey() );
56 for (
const auto&
h : std::get<0>( hs ) ) {
57 if ( !
h.key().empty() ) {
58 std::get<1>( hs ).emplace(
h );
60 std::get<2>( hs ).emplace(
h );
◆ m_ido
◆ m_ign_i
◆ m_ign_o
◆ m_odo
The documentation for this class was generated from the following files: