verify_names.h
Go to the documentation of this file.
1 #ifndef art_Framework_Core_detail_verify_names_h
2 #define art_Framework_Core_detail_verify_names_h
3 
4 #include <string>
5 
6 namespace art::detail {
7  void verifyInstanceName(std::string const& in);
8  void verifyFriendlyClassName(std::string const& fcn);
9 }
10 
11 #endif /* art_Framework_Core_detail_verify_names_h */
12 
13 // Local variables:
14 // mode: c++
15 // End:
void verifyFriendlyClassName(std::string const &fcn)
Definition: verify_names.cc:16
std::string string
Definition: nybbler.cc:12
void verifyInstanceName(std::string const &in)
Definition: verify_names.cc:5