21 #ifndef SH_PROGRESSOUTPUT_H 22 #define SH_PROGRESSOUTPUT_H 58 void done (
void)
const ;
65 void done (
float rate,
float avgweight = 1.0)
const ;
70 std::string
vcompose (
const char *msgfmt, va_list ap)
const ;
77 #endif // ndef SH_PROGRESSOUTPUT_H time_t LastUpdate
Definition: ProgressOutput.h:74
void setMessage(const std::string &m)
Definition: ProgressOutput.h:45
void update(float rate)
Definition: ProgressOutput.cc:57
prints the progress to stdout
Definition: ProgressOutput.h:32
void done(void) const
Definition: ProgressOutput.cc:78
std::string vcompose(const char *msgfmt, va_list ap) const
Definition: ProgressOutput.cc:48
std::string Message
Definition: ProgressOutput.h:73
ProgressOutput(void)
Definition: ProgressOutput.cc:28
static float NoAvgWeight
Definition: ProgressOutput.h:67