presage
0.9.2~beta
|
#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 39 of file progress.h.
|
inline |
Definition at line 46 of file progress.h.
|
inline |
Definition at line 54 of file progress.h.
Referenced by ARPAPredictor::addBigram(), ARPAPredictor::addTrigram(), ARPAPredictor::addUnigram(), and main().
|
private |
Definition at line 36 of file progress.h.
Referenced by ProgressBar< char >::ProgressBar(), ProgressBar< char >::update(), and ProgressBar< char >::~ProgressBar().
|
private |
Definition at line 34 of file progress.h.
Referenced by ProgressBar< char >::ProgressBar(), ProgressBar< char >::update(), and ProgressBar< char >::~ProgressBar().
|
private |
Definition at line 35 of file progress.h.
Referenced by ProgressBar< char >::ProgressBar(), ProgressBar< char >::update(), and ProgressBar< char >::~ProgressBar().