LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
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 {
7  namespace detail {
8  void verifyInstanceName(std::string const& in);
9  void verifyFriendlyClassName(std::string const& fcn);
10  }
11 }
12 
13 #endif /* art_Framework_Core_detail_verify_names_h */
14 
15 // Local variables:
16 // mode: c++
17 // End:
void verifyFriendlyClassName(std::string const &fcn)
Definition: verify_names.cc:16
ifstream in
Definition: comparison.C:7
HLT enums.
void verifyInstanceName(std::string const &in)
Definition: verify_names.cc:5