#include <FormatOutput.h>
Public Member Functions | |
PBar (int i) | |
PBar (double i) | |
PBar (int i) | |
PBar (double i) | |
Public Attributes | |
double | progress |
Friends | |
ostream & | operator<< (ostream &out, const PBar &pb) |
ostream & | operator<< (ostream &out, const PBar &pb) |
Definition at line 7 of file FormatOutput.h.
PBar::PBar | ( | int | i | ) | [inline] |
Definition at line 9 of file FormatOutput.h.
PBar::PBar | ( | double | i | ) | [inline] |
Definition at line 10 of file FormatOutput.h.
PBar::PBar | ( | int | i | ) | [inline] |
Definition at line 9 of file ProgressBar.h.
PBar::PBar | ( | double | i | ) | [inline] |
Definition at line 10 of file ProgressBar.h.
ostream& operator<< | ( | ostream & | out, | |
const PBar & | pb | |||
) | [friend] |
Definition at line 12 of file ProgressBar.h.
ostream& operator<< | ( | ostream & | out, | |
const PBar & | pb | |||
) | [friend] |
Definition at line 12 of file FormatOutput.h.
double PBar::progress |
Definition at line 19 of file FormatOutput.h.