CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 {
8  typeDemangle(char const* mangledName);
9  void
11 }
12 #endif
void replaceString(std::string &demangledName, std::string const &from, std::string const &to)
std::string demangledName(const std::type_info &typeInfo)
Definition: ClassUtils.cc:159
std::string typeDemangle(char const *mangledName)