MCPcopy Create free account
hub / github.com/Kitware/CMake / GetItems

Method GetItems

Source/cmList.cxx:893–902  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

891}
892
893cmList cmList::GetItems(std::vector<index_type>&& indexes) const
894{
895 cmList listItems;
896
897 for (auto index : indexes) {
898 listItems.emplace_back(this->get_item(index));
899 }
900
901 return listItems;
902}
903
904cmList& cmList::RemoveItems(std::vector<index_type>&& indexes)
905{

Callers 15

get_itemsMethod · 0.95
ComputeLinkLibrariesMethod · 0.80
ComputeLinkLibsMethod · 0.80
ComputeLinkPathMethod · 0.80
ForTargetMethod · 0.80
OutputBuildToolMethod · 0.80

Calls 2

get_itemMethod · 0.95
emplace_backMethod · 0.80

Tested by

no test coverage detected