#include <ProgressBar.h>
◆ ProgressBar()
| ProgressBar::ProgressBar |
( |
int | bins, |
|
|
size_t | total, |
|
|
const char * | header ) |
|
inline |
◆ ~ProgressBar()
| ProgressBar::~ProgressBar |
( |
void | | ) |
|
|
inline |
◆ print()
| void ProgressBar::print |
( |
void | | ) |
|
|
inline |
◆ update()
| void ProgressBar::update |
( |
bool | output = true | ) |
|
|
inline |
◆ _bins
| int Util::ProgressBar::_bins |
|
private |
◆ _header
| const char* Util::ProgressBar::_header |
|
private |
◆ _idx
| std::atomic< size_t > Util::ProgressBar::_idx |
|
private |
◆ _previousTime
| double Util::ProgressBar::_previousTime |
|
private |
◆ _startTime
| std::chrono::high_resolution_clock::time_point Util::ProgressBar::_startTime |
|
private |
◆ _total
| size_t Util::ProgressBar::_total |
|
private |
The documentation for this class was generated from the following files: