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

Method insert

src/openms/source/CONCEPT/LogStream.cpp:439–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

437 }
438
439 void LogStream::insert(std::ostream & stream)
440 {
441 if (!bound_() || hasStream_(stream))
442 {
443 return;
444 }
445 // we didn't find it - create a new entry in the list
446 LogStreamBuf::StreamStruct s_struct;
447 s_struct.stream = &stream;
448 rdbuf()->stream_list_.push_back(s_struct);
449 }
450
451 void LogStream::remove(std::ostream & stream)
452 {

Callers 15

register_fileFunction · 0.45
convertMethod · 0.45
getParameters_labels_Method · 0.45
completeConsensus_Method · 0.45
main_Method · 0.45
filterByBlackListMethod · 0.45
main_Method · 0.45
main_Method · 0.45
main_Method · 0.45

Calls 1

push_backMethod · 0.45

Tested by 15

main_Method · 0.36
handlePTMsMethod · 0.36
getWantedRecordsMethod · 0.36
fillDataArrayFunction · 0.36
extractScanNumberMethod · 0.36
unifyMethod · 0.36
addLosses_Method · 0.36
addPeaks_Method · 0.36
addChargedSpectrum_Method · 0.36
addIonMatchStatisticsMethod · 0.36