Abstract Base class for a Progress Indicator. More...
#include <ored/utilities/progressbar.hpp>
Public Member Functions | |
ProgressIndicator () | |
virtual | ~ProgressIndicator () |
virtual void | updateProgress (const unsigned long progress, const unsigned long total, const std::string &detail)=0 |
virtual void | reset ()=0 |
Abstract Base class for a Progress Indicator.
Definition at line 41 of file progressbar.hpp.
Definition at line 43 of file progressbar.hpp.
|
virtual |
Definition at line 44 of file progressbar.hpp.
|
pure virtual |
Implemented in SimpleProgressBar, ProgressLog, NoProgressBar, and MultiThreadedProgressIndicator.
|
pure virtual |
Implemented in SimpleProgressBar, ProgressLog, NoProgressBar, and MultiThreadedProgressIndicator.