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