Template Class ProgressBar

Inheritance Relationships

Base Type

  • public CountdownType

Class Documentation

template<typename CountdownType>
class uitsl::ProgressBar : public CountdownType

Public Types

using iterator = uitsl::CountdownIterator<this_t>

Public Functions

template<typename ...Args>
ProgressBar(std::ostream &os_, Args&&... args)
template<typename ...Args>
ProgressBar(Args&&... args)
~ProgressBar()
void Draw() const
this_t &operator++()
iterator begin()
iterator end()