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

Method GetProjects

Source/cmVisualStudioSlnData.cxx:47–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47std::vector<cmSlnProjectEntry> cmSlnData::GetProjects() const
48{
49 auto it(this->ProjectNameIndex.begin());
50 auto itEnd(this->ProjectNameIndex.end());
51 std::vector<cmSlnProjectEntry> result;
52 for (; it != itEnd; ++it) {
53 result.push_back(it->second->second);
54 }
55 return result;
56}
57
58cmSlnProjectEntry* cmSlnData::AddProject(
59 std::string const& projectGUID, std::string const& projectName,

Callers 2

GenerateBuildCommandMethod · 0.80

Calls 3

push_backMethod · 0.80
beginMethod · 0.45
endMethod · 0.45

Tested by 1