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

Method State

Source/cmVisualStudioSlnParser.cxx:150–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148};
149
150cmVisualStudioSlnParser::State::State(DataGroupSet requestedData)
151 : RequestedData(requestedData)
152{
153 if (this->RequestedData.test(DataGroupProjectDependenciesBit)) {
154 this->RequestedData.set(DataGroupProjectsBit);
155 }
156 this->Stack.push(FileStateStart);
157}
158
159bool cmVisualStudioSlnParser::State::ReadLine(std::istream& input,
160 std::string& line)

Callers

nothing calls this directly

Calls 1

setMethod · 0.80

Tested by

no test coverage detected