Minsky
|
#include <progress.h>
Public Member Functions | |
ProgressUpdater (Progress &progress, const std::string &title, int numSteps) | |
void | setProgress (double fraction) |
Sets the progress to a given fraction of this stack's allocation. More... | |
~ProgressUpdater () | |
Private Attributes | |
Progress | savedProgress |
Progress & | updatedProgress |
Definition at line 58 of file progress.h.
|
inline |
Definition at line 63 of file progress.h.
References minsky::Progress::delta, minsky::Progress::displayProgress(), minsky::Progress::title, updatedProgress, and minsky::Progress::updaterStack.
|
inline |
Definition at line 83 of file progress.h.
References minsky::Progress::increment(), minsky::Progress::progress, savedProgress, updatedProgress, and minsky::Progress::updaterStack.
|
inline |
Sets the progress to a given fraction of this stack's allocation.
Definition at line 79 of file progress.h.
References minsky::Progress::delta, minsky::Progress::displayProgress(), minsky::Progress::progress, savedProgress, and updatedProgress.
Referenced by minsky::DataSpec::givenTFguessRemainder(), minsky::layoutGroup(), minsky::ParseCSV< P >::parse(), and minsky::reportFromCSVFileT().
|
private |
Definition at line 60 of file progress.h.
Referenced by setProgress(), and ~ProgressUpdater().
|
private |
Definition at line 61 of file progress.h.
Referenced by ProgressUpdater(), setProgress(), and ~ProgressUpdater().