1 #ifndef CARMA_UTIL_DEMANGLED_DYNAMIC_TYPE_NAME
2 #define CARMA_UTIL_DEMANGLED_DYNAMIC_TYPE_NAME
19 template <
typename T >
::std::string demangleTypeName(const char *mangledName)
Returns a human readable name for the type whose compiler mangled name is passed in.
::std::string demangledDynamicTypeName(T &t)
Returns a human readable name for the type of the passed in parameter.
Interface file for the demangling routines.