CMS 3D CMS Logo

TypeDemangler.h
Go to the documentation of this file.
1 #ifndef FWCore_Utilities_TypeDemangler_h
2 #define FWCore_Utilities_TypeDemangler_h
3 
4 #include <string>
5 
6 namespace edm {
7  std::string typeDemangle(char const* mangledName);
8  void replaceString(std::string& demangledName, std::string const& from, std::string const& to);
9 } // namespace edm
10 #endif
void replaceString(std::string &demangledName, std::string const &from, std::string const &to)
std::string typeDemangle(char const *mangledName)
HLT enums.