#include <ored/utilities/progressbar.hpp>
Inheritance diagram for NoProgressBar:Public Member Functions | |
| NoProgressBar (const std::string &message, const unsigned int messageWidth=40) | |
| void | updateProgress (const unsigned long progress, const unsigned long total, const std::string &detail) override |
| void | reset () override |
Progress Bar just writes the given message and flushes
|
overridevirtual |
ProgressIndicator interface
Implements ProgressIndicator.