Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:13:13

0001 #ifndef FWCore_Utilities_TypeDemangler_h
0002 #define FWCore_Utilities_TypeDemangler_h
0003 
0004 #include <string>
0005 
0006 namespace edm {
0007   std::string typeDemangle(char const* mangledName);
0008   void replaceString(std::string& demangledName, std::string const& from, std::string const& to);
0009 }  // namespace edm
0010 #endif