LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
MetadataRegexHelpers.h
Go to the documentation of this file.
1 #ifndef art_Framework_Art_detail_MetadataRegexHelpers_h
2 #define art_Framework_Art_detail_MetadataRegexHelpers_h
3 
4 #include <regex>
5 #include <string>
6 
7 namespace art {
8  namespace detail {
9 
10  std::regex regex_for_spec(std::string const&);
11  void replace_type(std::string& str,
12  std::string const& spec,
13  std::regex const& r);
14  }
15 }
16 
17 #endif /* art_Framework_Art_detail_MetadataRegexHelpers_h */
18 
19 // Local variables:
20 // mode: c++
21 // End:
std::regex regex_for_spec(std::string const &)
void replace_type(std::string &str, std::string const &spec, std::regex const &r)
HLT enums.