|
Jafar
|
A simple text based progress bar. More...
A simple text based progress bar.
Definition at line 15 of file progressBar.hpp.
#include <progressBar.hpp>
Public Member Functions | |
| ProgressBar (std::string title, unsigned int cptMax, unsigned int barWidth=60) | |
| void | operator++ () |
Private Member Functions | |
| void | bar () |
Private Attributes | |
| unsigned int | m_barWidth |
| unsigned int | m_cpt |
| unsigned int | m_cptMax |
| Chrono | chrono |
| Generated on Wed Oct 15 2014 00:37:40 for Jafar by doxygen 1.7.6.1 |
|