MCPcopy Create free account
hub / github.com/KDE/kdevelop / toString

Method toString

kdevplatform/language/duchain/types/pointertype.cpp:76–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76QString PointerType::toString() const
77{
78 QString baseString = (baseType() ? baseType()->toString() : QStringLiteral("<notype>"));
79 return baseString + QLatin1Char('*') + AbstractType::toString(true);
80}
81
82AbstractType::WhichType PointerType::whichType() const
83{

Callers

nothing calls this directly

Calls 2

baseTypeFunction · 0.85
toStringFunction · 0.50

Tested by

no test coverage detected