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

Method setClassType

kdevplatform/language/duchain/classdeclaration.cpp:174–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174void ClassDeclaration::setClassType(ClassDeclarationData::ClassType type)
175{
176 d_func_dynamic()->m_classType = type;
177}
178
179ClassDeclarationData::ClassModifier ClassDeclaration::classModifier() const
180{

Callers 3

setDeclDataMethod · 0.80
declareComponentMethod · 0.80
declareExportsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected