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

Method Next

Tests/CMakeLib/run_compile_commands.cxx:116–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 }
115
116 void Next()
117 {
118 this->C = static_cast<char>(this->Input.get());
119 if (this->Input.bad()) {
120 this->ErrorExit("Unexpected end of file.");
121 }
122 }
123
124 void ErrorExit(std::string const& message)
125 {

Callers 2

ParseStringMethod · 0.95
NextNonWhitespaceMethod · 0.95

Calls 2

ErrorExitMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected