#include <GaudiKernel/DataHandleHolderVisitor.h>
Definition at line 8 of file DataHandleHolderVisitor.h.
◆ DHHVisitor()
◆ ignoredInpKeys()
◆ ignoredOutKeys()
◆ visit()
Implements IDataHandleVisitor.
Definition at line 15 of file DataHandleHolderVisitor.cpp.
30 for (
const auto& h : std::get<0>( hs ) ) {
31 if ( !h->objKey().empty() ) {
32 std::get<1>( hs ).emplace( h->fullKey() );
34 std::get<2>( hs ).emplace( h->fullKey() );
46 for (
const auto& h : std::get<0>( hs ) ) {
47 if ( !h.key().empty() ) {
48 std::get<1>( hs ).emplace( h );
50 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: