#include <ored/utilities/progressbar.hpp>
Inheritance diagram for NoProgressBar:
Collaboration 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 |
Public Member Functions inherited from ProgressIndicator | |
| ProgressIndicator () | |
| virtual | ~ProgressIndicator () |
| virtual void | updateProgress (const unsigned long progress, const unsigned long total, const std::string &detail)=0 |
| virtual void | reset ()=0 |
Progress Bar just writes the given message and flushes
Definition at line 120 of file progressbar.hpp.
| NoProgressBar | ( | const std::string & | message, |
| const unsigned int | messageWidth = 40 |
||
| ) |
Definition at line 143 of file progressbar.cpp.
|
overridevirtual |
ProgressIndicator interface
Implements ProgressIndicator.
Definition at line 125 of file progressbar.hpp.
|
overridevirtual |