class
#include <FAST/Utility.hpp>
Progress A utility class for keeping track of progress and printing progress to the console.
Contents
Constructors, destructors, conversion operators
- Progress(uint64_t max, bool print = true, bool autoStart = false) explicit
Public functions
- void start()
- void update(uint64_t current)
- auto getPercent() const -> float
- void setText(std::string text)
- auto getCurrent() const -> uint64_t