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

Function toString

isis/src/core/src/IString.cpp:212–214  ·  view source on GitHub ↗

* Global function to convert a boolean to a string. The resulting string will * be "Yes" (true) or "No" (false). * * @param boolToConvert Boolean value to be converted to a QString. * @return string Converted QString (Yes or No). */

Source from the content-addressed store, hash-verified

210 * @return string Converted QString (Yes or No).
211 */
212 QString toString(bool boolToConvert) {
213 return boolToConvert? "Yes" : "No";
214 }
215
216
217 /**

Callers 15

WriteGdalMethod · 0.70
WriteMethod · 0.70
readGdalMethod · 0.70
operator=Method · 0.70
pvlGroupMethod · 0.70
toStringMethod · 0.70
PvlSequence.cppFile · 0.70
operator+=Method · 0.70
toBlobMethod · 0.70
toStringMethod · 0.70
SetDoubleMethod · 0.70
toStringMethod · 0.70

Calls 1

QStringClass · 0.50

Tested by 15

mainFunction · 0.40
mainFunction · 0.40
mainFunction · 0.40
mainFunction · 0.40
mainFunction · 0.40
IsisMainFunction · 0.40
mainFunction · 0.40
printBundleMeasureFunction · 0.40
TESTFunction · 0.40
TESTFunction · 0.40
mainFunction · 0.40
mainFunction · 0.40