The Gaudi Framework
master (37c0b60a)
|
#include <GaudiKernel/DataHandleFinder.h>
Public Member Functions | |
DataHandleFinder (DataObjID const &target) | |
void | visit (const IDataHandleHolder *visitee) override |
std::vector< std::string > & | holderNames () |
Public Member Functions inherited from IDataHandleVisitor | |
virtual | ~IDataHandleVisitor ()=default |
Private Attributes | |
DataObjID const & | m_target |
std::vector< std::string > | m_holderNames |
Implements the IDataHandleVisitor interface Class used to explore heirarchy of nested IDataHandleHolders
Definition at line 31 of file DataHandleFinder.h.
DataHandleFinder::DataHandleFinder | ( | DataObjID const & | target | ) |
Definition at line 13 of file DataHandleFinder.cpp.
|
inline |
Definition at line 36 of file DataHandleFinder.h.
|
overridevirtual |
|
private |
Definition at line 40 of file DataHandleFinder.h.
|
private |
Definition at line 39 of file DataHandleFinder.h.