MCPcopy Create free account
hub / github.com/DOI-USGS/ISIS3 / GetLine

Method GetLine

isis/src/base/objs/TextFile/TextFile.cpp:411–413  ·  view source on GitHub ↗

* Gets next line from file. Returns True if read a line, False if End Of File. * * @param line Line read from file, with newline removed. * * @param skipComments Controls whether comments lines are filtered; * true=filter, false=return any line read from * fileDefaults to true * * @return bool */

Source from the content-addressed store, hash-verified

409 * @return bool
410 */
411 bool TextFile::GetLine(QString &line, bool skipComments) {
412 return (p_GetLine(line, skipComments));
413 }
414
415 /**
416 * Gets next line from file. Returns True if read a line, False if End Of File.

Callers 15

LoadCoefficientsMethod · 0.45
foreachFunction · 0.45
foreachFunction · 0.45
isisVersionMethod · 0.45
aleVersionMethod · 0.45
mainFunction · 0.45
loadTableMethod · 0.45
loadBatchListMethod · 0.45
mainFunction · 0.45
readKeyListFileMethod · 0.45
helperButtonLogFunction · 0.45
addCommentFileMethod · 0.45

Calls

no outgoing calls

Tested by 7

foreachFunction · 0.36
mainFunction · 0.36
mainFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36