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

Method setDimension

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

Source from the content-addressed store, hash-verified

57}
58
59void ArrayType::setDimension(int dimension)
60{
61 d_func_dynamic()->m_dimension = dimension;
62}
63
64AbstractType::Ptr ArrayType::elementType() const
65{

Callers 1

createTypeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected