|
openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
|
Base class for tracking progress. More...
#include <progress.hpp>
Public Member Functions | |
| progress (T num_next, const char *msg) | |
| virtual | ~progress () |
| virtual void | next ()=0 |
| virtual void | increment (T inc)=0 |
| virtual void | finish ()=0 |
Protected Attributes | |
| T | _num_next |
| number of times next will be triggered More... | |
| std::string | _msg |
| message that will be displayed before progress information. More... | |
Base class for tracking progress.
| T | Integer type |
Definition at line 38 of file progress.hpp.
Definition at line 45 of file progress.hpp.
Definition at line 49 of file progress.hpp.
|
pure virtual |
Implemented in progress_bar< T >, and progress_percent< T >.
|
pure virtual |
Implemented in progress_bar< T >, and progress_percent< T >.
|
pure virtual |
Implemented in progress_bar< T >, and progress_percent< T >.
|
protected |
message that will be displayed before progress information.
Definition at line 42 of file progress.hpp.
|
protected |
number of times next will be triggered
Definition at line 41 of file progress.hpp.