MCPcopy 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
71void PointerType::setBaseType(const AbstractType::Ptr& type)
72{
73 d_func_dynamic()->m_baseType = IndexedType(type);
74}
75
76QString PointerType::toString() const
77{

Callers 2

testReferenceTypeMethod · 0.45
createTypeMethod · 0.45

Calls 1

IndexedTypeFunction · 0.70

Tested by 1

testReferenceTypeMethod · 0.36