|
openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
|
Display progress as a percentage. More...
#include <progress.hpp>
Public Member Functions | |
| progress_percent (T num_next, const char *msg, T start=60) | |
| void | next () |
| increment progress counter by one More... | |
| void | increment (T inc) |
| increment progress counter by a custom value More... | |
| void | finish () |
| finish up progress display More... | |
Public Member Functions inherited from progress< T > | |
| progress (T num_next, const char *msg) | |
| virtual | ~progress () |
Additional Inherited Members | |
Protected Attributes inherited from progress< T > | |
| T | _num_next |
| number of times next will be triggered More... | |
| std::string | _msg |
| message that will be displayed before progress information. More... | |
Display progress as a percentage.
| T | Integer type. |
Definition at line 63 of file progress.hpp.
|
inline |
Definition at line 99 of file progress.hpp.
|
inlinevirtual |
|
inlinevirtual |
increment progress counter by a custom value
Implements progress< T >.
Definition at line 119 of file progress.hpp.
|
inlinevirtual |
increment progress counter by one
Implements progress< T >.
Definition at line 112 of file progress.hpp.