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

Method PutLine

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

* Writes string to file and appends a 'newline' string. See SetNewLine method. * * @param line IString to be written to file. Defaults to "" */

Source from the content-addressed store, hash-verified

506 * @param line IString to be written to file. Defaults to ""
507 */
508 void TextFile::PutLine(const QString &line) {
509 PutLine(line.toLatin1().data());
510 }
511
512 /**
513 * Writes char string to file and appends a 'newline' string.

Callers 15

IsisMainFunction · 0.80
WriteFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
getsnFunction · 0.80
nocam2mapFunction · 0.80
IsisMainFunction · 0.80
IsisMainFunction · 0.80
foreachFunction · 0.80
saveListMethod · 0.80
foreachFunction · 0.80
hicubeitFunction · 0.80

Calls 2

dataMethod · 0.80
IExceptionClass · 0.50

Tested by 4

mainFunction · 0.64
mainFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64