cgv
|
#include <progression.h>
Public Member Functions | |
progression () | |
create empty progression | |
progression (const std::string &process, size_t total, int count) | |
create from total enumerations and number of times to print progression | |
void | init (const std::string &process, size_t total, int count) |
reinitialize | |
void | step () |
next iteration | |
progression provides a simple possibility to show progression of process in console.