MCPcopy Create free account
hub / github.com/computationalpathologygroup/ASAP / operator +=

Method operator +=

core/ProgressMonitor.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 return _progress;
29}
30unsigned int ProgressMonitor::operator += (unsigned int increment) {
31 setProgress(_progress + increment);
32 return _progress;
33}
34
35std::string ProgressMonitor::status() const {
36 return _status;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected