FriendlyName.h
Go to the documentation of this file.
1 #ifndef canvas_Utilities_FriendlyName_h
2 #define canvas_Utilities_FriendlyName_h
3 
4 ////////////////////////////////////////////////////////////////////////
5 // friendlyName(): a free function to generate a friendly name for a
6 // type.
7 ////////////////////////////////////////////////////////////////////////
8 
9 #include <string>
10 
11 namespace art {
12  namespace friendlyname {
13  std::string friendlyName(std::string const& iFullName);
14  }
15 }
16 #endif /* canvas_Utilities_FriendlyName_h */
17 
18 // Local Variables:
19 // mode: c++
20 // End:
std::string string
Definition: nybbler.cc:12
std::string friendlyName(std::string const &iFullName)