1 #ifndef CARMA_UTIL_DEMANGLE_H
2 #define CARMA_UTIL_DEMANGLE_H
::std::string demangleTypeName(const char *mangledName)
Returns a human readable name for the type whose compiler mangled name is passed in.
::std::string demangleEntryPointName(const char *mangledName)
Returns a human readable name for the entry point whose compiler mangled name is passed in...