aGrUM 3.1.1
a C++ library for (probabilistic) graphical models
gum::ProgressNotifier Class Reference

Notification for progress using listener. More...

#include <progressNotification.h>

Inheritance diagram for gum::ProgressNotifier:
Collaboration diagram for gum::ProgressNotifier:

Public Attributes

Signaler< Size, doubleonProgress
 Progression (percent) and time.
Signaler< std::string_view > onStop
 with a possible explanation for stopping

Detailed Description

Notification for progress using listener.

An interface for progress notification

Definition at line 66 of file progressNotification.h.

Member Data Documentation

◆ onProgress

Signaler< Size, double > gum::ProgressNotifier::onProgress

Progression (percent) and time.

Definition at line 69 of file progressNotification.h.

Referenced by gum::learning::BNDatabaseGenerator< GUM_SCALAR >::drawSamples().

◆ onStop

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().


The documentation for this class was generated from the following file: