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 
5 
6 #include <string>
7 
8 namespace art::detail {
9 
10  constexpr char const*
12  {
13  return "[A-Za-z0-9]+";
14  }
15 
17  std::string const& pattern,
18  bool verbose = false);
19 }
20 
21 #endif /* art_Framework_Art_detail_get_LibraryInfoCollection_h */
22 
23 // Local variables:
24 // mode: c++
25 // End:
LibraryInfoCollection get_LibraryInfoCollection(std::string const &suffix, std::string const &pattern, bool verbose=false)
std::string string
Definition: nybbler.cc:12
verbose
Definition: train.py:477
std::string pattern
Definition: regex_t.cc:35
constexpr char const * dflt_spec_pattern()
std::multiset< LibraryInfo > LibraryInfoCollection