Configuration structure for the progress bar.
More...
#include <progress-bar.hpp>
|
std::string | name |
| Name displayed alongside the progress bar.
|
|
std::string | complete {"="} |
| Character used to represent completed progress.
|
|
std::string | uncomplete {" "} |
| Character used to represent uncompleted progress.
|
|
std::array< std::string, 2 > | decorator {{"[", "]"}} |
| Decorator strings surrounding the progress bar.
|
|
bool | percentage {true} |
| Flag indicating whether to display percentage completion.
|
|
double | decimals {0} |
| Number of decimal places for the percentage display.
|
|
Configuration structure for the progress bar.
The documentation for this struct was generated from the following file: