1 #ifndef _Q_DEMANGLE_HH_
2 #define _Q_DEMANGLE_HH_
10 std::string
CXADemangle(
const char* typeid_name,
int firstChar);
12 template<
typename C> std::string
Demangle(
const C& obj,
int firstChar = 0)
14 const char* typeid_name =
typeid(obj).name();
std::string Demangle(const C &obj, int firstChar=0)
Q_BEGIN_NAMESPACE std::string CXADemangle(const char *typeid_name, int firstChar)
#define Q_BEGIN_NAMESPACE