parse_path_spec.h
Go to the documentation of this file.
1 #ifndef art_Framework_Core_detail_parse_path_spec_h
2 #define art_Framework_Core_detail_parse_path_spec_h
3 
4 #include <string>
5 #include <utility>
6 
7 namespace art::detail {
9  void parse_path_spec(std::string path_spec,
10  std::pair<std::string, std::string>& output);
11 } // namespace art::detail
12 
13 #endif /* art_Framework_Core_detail_parse_path_spec_h */
14 
15 // Local Variables:
16 // mode: c++
17 // End:
std::string string
Definition: nybbler.cc:12
void parse_path_spec(std::string path_spec, std::pair< std::string, std::string > &output)
void remove_whitespace(std::string &)