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

Method classType

kdevplatform/language/duchain/classdeclaration.cpp:169–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169ClassDeclarationData::ClassType ClassDeclaration::classType() const
170{
171 return d_func()->m_classType;
172}
173
174void ClassDeclaration::setClassType(ClassDeclarationData::ClassType type)
175{

Callers 4

htmlClassMethod · 0.80
forwardDeclarationsFunction · 0.80
completionsInContextMethod · 0.80
dataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected