presage
0.9.1
|
#include <progress.h>
Public Member Functions | |
ProgressBar (std::basic_ostream< _charT, _Traits > &ostr=std::cout) | |
~ProgressBar () | |
void | update (const double percentage) |
Private Attributes | |
int | progress |
int | quantum |
std::basic_ostream< _charT, _Traits > & | outstream |
Definition at line 31 of file progress.h.
|
inline |
Definition at line 59 of file progress.h.
|
inline |
Definition at line 66 of file progress.h.
|
inline |
Definition at line 74 of file progress.h.
Referenced by ARPAPredictor::addBigram(), ARPAPredictor::addTrigram(), ARPAPredictor::addUnigram(), and main().
|
private |
Definition at line 56 of file progress.h.
|
private |
Definition at line 54 of file progress.h.
|
private |
Definition at line 55 of file progress.h.