validateFileNamePattern.h
Go to the documentation of this file.
1 #ifndef art_Framework_IO_detail_validateFileNamePattern_h
2 #define art_Framework_IO_detail_validateFileNamePattern_h
3 
4 #include <string>
5 
6 namespace art::detail {
7  void validateFileNamePattern(bool do_check, std::string const& pattern);
8 }
9 
10 #endif /* art_Framework_IO_detail_validateFileNamePattern_h */
11 
12 // Local Variables:
13 // mode: c++
14 // End:
std::string string
Definition: nybbler.cc:12
void validateFileNamePattern(bool do_check, std::string const &pattern)
std::string pattern
Definition: regex_t.cc:35