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

Method elementType

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

Source from the content-addressed store, hash-verified

62}
63
64AbstractType::Ptr ArrayType::elementType() const
65{
66 return d_func()->m_elementType.abstractType();
67}
68
69void ArrayType::setElementType(const AbstractType::Ptr& type)
70{

Callers 1

makeSignatureStringFunction · 0.80

Calls 1

abstractTypeMethod · 0.45

Tested by

no test coverage detected