Tapkee
|
#include <context.hpp>
Public Member Functions | |
Context (void(*progress)(double), bool(*cancel)()) | |
void | report_progress (double x) const |
bool | is_cancelled () const |
Private Attributes | |
void(* | progress_function )(double) |
bool(* | cancel_function )() |
Definition at line 15 of file context.hpp.
Context | ( | void(*)(double) | progress, |
bool(*)() | cancel | ||
) |
Definition at line 19 of file context.hpp.
bool is_cancelled | ( | ) | const |
Definition at line 30 of file context.hpp.
void report_progress | ( | double | x | ) | const |
Definition at line 24 of file context.hpp.
|
private |
Definition at line 39 of file context.hpp.
|
private |
Definition at line 38 of file context.hpp.