#include <GaudiKernel/DataObjID.h>
#include <GaudiKernel/IDataHandleHolder.h>
#include <GaudiKernel/SerializeSTL.h>
#include <algorithm>
#include <iterator>
#include <sstream>
#include <string>
#include <vector>
Go to the source code of this file.
|
| template<typename Handles> |
| Handles | Gaudi::Functional::details::make_vector_of_handles (IDataHandleHolder *owner, const std::vector< DataObjID > &init) |
| |
| template<typename Out, typename In, typename Tr> |
| void | Gaudi::Functional::details::updateHandleLocation (DataHandleMixin< Out, In, Tr > &parent, const std::string &prop, const std::string &newLoc) |
| |
| template<typename Out, typename In, typename Tr> |
| void | Gaudi::Functional::details::updateHandleLocations (DataHandleMixin< Out, In, Tr > &parent, const std::string &prop, const std::vector< std::string > &newLocs) |
| |