#include <iprogress.h>
Defines a provider for progress updates.
type_t | The type of progress update value. This type parameter is contravariant. That is, you can use either the type you specified or any type that is less derived |
Methods | |
virtual void | report (const type_t &value) noexcept=0 |
Reports a progress update. More... | |
|
pure virtualnoexcept |
Reports a progress update.
value | The value of the updated progress. |