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

Method updatePosition

src/openms/source/CONCEPT/FuzzyStringComparator.cpp:723–726  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

721 }
722
723 void FuzzyStringComparator::InputLine::updatePosition()
724 {
725 line_position_ = (Int(line_.tellg()) != -1 ? line_.tellg() : std::ios::pos_type(line_.str().length())); // save current reading position
726 }
727
728 void FuzzyStringComparator::InputLine::seekGToSavedPosition()
729 {

Callers 1

fillFromInputLineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected