Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
72
QString GetClassName(const Object* obj)
73
{
74
return DemangleName(typeid(*const_cast<Object*>(obj)).name());
75
}
76
77
TypeInfo::Concept::~Concept(){}
78
Callers
nothing calls this directly
Calls
2
DemangleName
Function · 0.85
name
Method · 0.45
Tested by
no test coverage detected