MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / GetAllPropertyNames

Method GetAllPropertyNames

src/IFaceTable.cpp:168–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168std::vector<std::string> IFaceTable::GetAllPropertyNames() const {
169 std::vector<std::string> kws;
170
171 kws.reserve(properties.size());
172 std::transform(properties.begin(), properties.end(), std::back_inserter(kws), [](const IFaceProperty &ifp) { return ifp.name; });
173
174 return kws;
175}

Callers

nothing calls this directly

Calls 2

endMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected