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

Method templateParameters

plugins/clang/duchain/types/classspecializationtype.cpp:118–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118QVector<KDevelop::IndexedType> ClassSpecializationType::templateParameters() const
119{
120 const auto size = d_func()->parametersSize();
121 QVector<IndexedType> parameters(size);
122 std::copy_n(d_func()->parameters(), size, parameters.begin());
123
124 return parameters;
125}
126
127void ClassSpecializationType::addParameter(const KDevelop::IndexedType& param)
128{

Callers 4

toStringMethod · 0.95
htmlIdentifiedTypeMethod · 0.80
equalsMethod · 0.80
exchangeMethod · 0.80

Calls 3

parametersSizeMethod · 0.80
parametersMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected