WrappedClassName.h
Go to the documentation of this file.
1 #ifndef canvas_Utilities_WrappedClassName_h
2 #define canvas_Utilities_WrappedClassName_h
3 
4 #include <string>
5 
6 namespace art {
7  std::string wrappedClassName(std::string const& iFullName);
8 }
9 #endif /* canvas_Utilities_WrappedClassName_h */
10 
11 // Local Variables:
12 // mode: c++
13 // End:
std::string string
Definition: nybbler.cc:12
std::string wrappedClassName(std::string const &className)