MCPcopy Create free account
hub / github.com/MITK/MITK / GetClassName

Function GetClassName

Plugins/org.blueberry.core.runtime/src/berryReflection.cpp:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70#endif
71
72QString GetClassName(const Object* obj)
73{
74 return DemangleName(typeid(*const_cast<Object*>(obj)).name());
75}
76
77TypeInfo::Concept::~Concept(){}
78

Callers

nothing calls this directly

Calls 2

DemangleNameFunction · 0.85
nameMethod · 0.45

Tested by

no test coverage detected