![]() |
aGrUM 3.1.1
a C++ library for (probabilistic) graphical models
|
Notification for progress using listener. More...
#include <progressNotification.h>
Public Attributes | |
| Signaler< Size, double > | onProgress |
| Progression (percent) and time. | |
| Signaler< std::string_view > | onStop |
| with a possible explanation for stopping | |
Notification for progress using listener.
An interface for progress notification
Definition at line 66 of file progressNotification.h.
Progression (percent) and time.
Definition at line 69 of file progressNotification.h.
Referenced by gum::learning::BNDatabaseGenerator< GUM_SCALAR >::drawSamples().
| Signaler< std::string_view > gum::ProgressNotifier::onStop |
with a possible explanation for stopping
Definition at line 72 of file progressNotification.h.
Referenced by gum::learning::BNDatabaseGenerator< GUM_SCALAR >::drawSamples().