Instantiator
Generate c++ template instantiations
Loading...
Searching...
No Matches
ProgressBar.hpp File Reference
#include <string>
#include <fmt/color.h>
#include <fmt/core.h>
Include dependency graph for ProgressBar.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ProgressStyle
 
class  ProgressBar
 

Variables

ProgressStyle DefaultStyle = ProgressStyle()
 
ProgressStyle FancyStyle
 

Variable Documentation

◆ DefaultStyle

ProgressStyle DefaultStyle = ProgressStyle()
inline

Definition at line 21 of file ProgressBar.hpp.

◆ FancyStyle

ProgressStyle FancyStyle
inline
Initial value:
= ProgressStyle{fmt::color::pink,
fmt::color::sea_green,
fmt::color::alice_blue,
fmt::color::black,
fmt::color::dark_slate_blue,
fmt::color::black,
fmt::color::white_smoke,
fmt::color::yellow_green}

Definition at line 22 of file ProgressBar.hpp.