get_MetadataSummary.h
Go to the documentation of this file.
1 #ifndef art_Framework_Art_detail_get_MetadataSummary_h
2 #define art_Framework_Art_detail_get_MetadataSummary_h
3 
6 
7 #include <memory>
8 #include <string>
9 
10 namespace art::detail {
11 
12  std::unique_ptr<MetadataSummary> get_MetadataSummary(
13  std::string const& suffix,
14  LibraryInfoCollection const& coll);
15 }
16 
17 #endif /* art_Framework_Art_detail_get_MetadataSummary_h */
18 
19 // Local variables:
20 // mode: c++
21 // End:
std::string string
Definition: nybbler.cc:12
std::unique_ptr< MetadataSummary > get_MetadataSummary(std::string const &suffix, LibraryInfoCollection const &coll)
std::multiset< LibraryInfo > LibraryInfoCollection