27 #ifndef BSFM_UTIL_PROGRESS_BAR_H
28 #define BSFM_UTIL_PROGRESS_BAR_H
45 ProgressBar(
const std::string& message,
double max);
49 std::string
Update(
double progress);
52 void Reset(
double max);
std::string ProgressBarString() const
size_t last_message_length_
static const size_t bar_length_
std::string PrintProgress(double elapsed)
double GetPercentage() const
double GetProgress() const
double GetRemainingSeconds()
std::string FormatRemaining(double elapsed) const
std::string Update(double progress)
ProgressBar(const std::string &message, double max)
double ElapsedToRemaining(double elapsed) const