1 #ifndef __PROGRESSBAR_HPP__
2 #define __PROGRESSBAR_HPP__
6 class ProgressBar_impl;
17 ProgressBar_impl* m_pb;
25 ProgressBar(
long int i=100,
const std::string& desc =
"Working" ,
int cwidth=30);
31 void inc(
const char*info,
int v=1);
43 void finish(
bool clear=
false);
57 void display(
const char* info=
"");