The Gaudi Framework  v32r2 (46d42edc)
DataHandleFinder.h
Go to the documentation of this file.
1 #ifndef GAUDIKERNEL_DATAHANDLEFINDER
2 #define GAUDIKERNEL_DATAHANDLEFINDER 1
3 
6 
22 public:
23  DataHandleFinder( DataObjID const& target );
24 
25  void visit( const IDataHandleHolder* visitee ) override;
27 
28 private:
31 };
32 
33 #endif
void visit(const IDataHandleHolder *visitee) override
Implements the IDataHandleVisitor interface Class used to explore heirarchy of nested IDataHandleHold...
DataHandleFinder(DataObjID const &target)
std::vector< std::string > & holderNames()
DataObjID const & m_target
std::vector< std::string > m_holderNames