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

Method setElementType

kdevplatform/language/duchain/types/arraytype.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void ArrayType::setElementType(const AbstractType::Ptr& type)
70{
71 d_func_dynamic()->m_elementType = IndexedType(type);
72}
73
74QString ArrayType::toString() const
75{

Callers 2

createTypeMethod · 0.80
visitMethod · 0.80

Calls 1

IndexedTypeFunction · 0.70

Tested by

no test coverage detected