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

Method ProcessRST

Source/cmRST.cxx:69–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void cmRST::ProcessRST(std::istream& is)
70{
71 std::string line;
72 while (cmSystemTools::GetLineFromStream(is, line)) {
73 this->ProcessLine(line);
74 }
75 this->Reset();
76}
77
78void cmRST::ProcessModule(std::istream& is)
79{

Callers 1

ProcessFileMethod · 0.95

Calls 2

ProcessLineMethod · 0.95
ResetMethod · 0.95

Tested by

no test coverage detected