LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
get_LibraryInfoCollection.h
Go to the documentation of this file.
1 #ifndef art_Framework_Art_detail_get_LibraryInfoCollection_h
2 #define art_Framework_Art_detail_get_LibraryInfoCollection_h
3 
6 
7 #include <string>
8 #include <vector>
9 
10 namespace cet {
11  class LibraryManager;
12 }
13 
14 namespace art {
15  namespace detail {
16 
17  constexpr const char*
19  {
20  return "[A-Za-z0-9]+";
21  }
22 
24  std::string const& pattern,
25  bool const verbose = false);
26 
27  } // detail
28 } // art
29 
30 #endif /* art_Framework_Art_detail_get_LibraryInfoCollection_h */
31 
32 // Local variables:
33 // mode: c++
34 // End:
constexpr const char * dflt_spec_pattern()
LibraryInfoCollection get_LibraryInfoCollection(suffix_type suffix, std::string const &pattern, bool const verbose=false)
HLT enums.
std::multiset< LibraryInfo > LibraryInfoCollection