MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / toInt

Method toInt

src/openms/source/DATASTRUCTURES/String.cpp:282–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280 }
281
282 Int String::toInt() const
283 {
284 if constexpr (is_same<Int, Int32>::value)
285 {
286 return StringUtils::toInt32(*this);
287 }
288 else
289 {
290 return StringUtils::toInt64(*this);
291 }
292 }
293
294 Int32 String::toInt32() const
295 {

Callers 15

createEditorMethod · 0.80
setModelDataMethod · 0.80
exists_Method · 0.80
storeRecursive_Method · 0.80
toggleAdvancedModeMethod · 0.80
currentCellChanged_Method · 0.80
updateProteinEntries_Method · 0.80
saveIDs_Method · 0.80
updatedSingleCell_Method · 0.80
loadMethod · 0.80
listToVecFunction · 0.80
IndexExtratorMethod · 0.80

Calls 2

toInt32Function · 0.85
toInt64Function · 0.85

Tested by 15

currentCellChanged_Method · 0.64
updateProteinEntries_Method · 0.64
saveIDs_Method · 0.64
updatedSingleCell_Method · 0.64
listToVecFunction · 0.64
IndexExtratorMethod · 0.64
getSelectedScanMethod · 0.64
main_Method · 0.64
loadMethod · 0.64
getWantedRecordsMethod · 0.64
getSpectrumMetaDataMethod · 0.64
findByRegExpMatch_Method · 0.64