MCPcopy Create free account
hub / github.com/PDAL/PDAL / readSTDIN

Function readSTDIN

kernels/TIndexKernel.cpp:291–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289
290
291StringList readSTDIN()
292{
293 std::string line;
294 StringList output;
295 while (std::getline(std::cin, line))
296 {
297 output.push_back(line);
298 }
299 return output;
300}
301
302StringList readFileList(const std::string& filename)
303{

Callers 1

createFileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected