Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ setBaseType
Method
setBaseType
kdevplatform/language/duchain/types/pointertype.cpp:71–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
void PointerType::setBaseType(const AbstractType::Ptr& type)
72
{
73
d_func_dynamic()->m_baseType = IndexedType(type);
74
}
75
76
QString PointerType::toString() const
77
{
Callers
2
testReferenceType
Method · 0.45
createType
Method · 0.45
Calls
1
IndexedType
Function · 0.70
Tested by
1
testReferenceType
Method · 0.36