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

Method ReadLine

Source/cmVisualStudioSlnParser.cxx:159–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159bool cmVisualStudioSlnParser::State::ReadLine(std::istream& input,
160 std::string& line)
161{
162 ++this->CurrentLine;
163 return !std::getline(input, line).fail();
164}
165
166LineFormat cmVisualStudioSlnParser::State::NextLineFormat() const
167{

Callers 2

ParseImplMethod · 0.80
ParseBOMMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected