Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
69
void ArrayType::setElementType(const AbstractType::Ptr& type)
70
{
71
d_func_dynamic()->m_elementType = IndexedType(type);
72
}
73
74
QString ArrayType::toString() const
75
{
Callers
2
createType
Method · 0.80
visit
Method · 0.80
Calls
1
IndexedType
Function · 0.70
Tested by
no test coverage detected