| examples | |
| handle_output.cpp | Example on usage of ProgressBar showing how to handle output in terminal while ProgressBar is in progress |
| mt.cpp | Example on simplest usage of ProgressBar in multithreaded applications |
| possibilities.cpp | Example that shows different ways to use ProgressBar |
| speed.cpp | When executed this examples shows how much time it takes for calling ProgressBar::Print(progress) 1 billion times |
| style.cpp | When executed this example allows to test different styles of ProgressBar |
| include | |
| PBar.hpp | Contains declaration of class ProgressBar |
| PBarColor.hpp | Contains aliases for colors for ProgressBar class |
| PBarStyle.hpp | Contains map of styles for ProgressBar class |
| src | |
| PBar.cpp | Contains realisation of class ProgressBar |