Base class for a Progress Reporter. More...
#include <ored/utilities/progressbar.hpp>
Public Member Functions | |
| void | registerProgressIndicator (const QuantLib::ext::shared_ptr< ProgressIndicator > &indicator) |
| register a Progress Indicator | |
| void | unregisterProgressIndicator (const QuantLib::ext::shared_ptr< ProgressIndicator > &indicator) |
| unregister a Progress Indicator | |
| void | unregisterAllProgressIndicators () |
| unregister all progress indicators | |
| void | updateProgress (const unsigned long progress, const unsigned long total, const std::string &detail="") |
| update progress | |
| void | resetProgress () |
| reset | |
| const std::set< QuantLib::ext::shared_ptr< ProgressIndicator > > & | progressIndicators () const |
| return progress indicators | |
Base class for a Progress Reporter.