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

Method dimension

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

Source from the content-addressed store, hash-verified

52}
53
54int ArrayType::dimension() const
55{
56 return d_func()->m_dimension;
57}
58
59void ArrayType::setDimension(int dimension)
60{

Callers 1

makeSignatureStringFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected