|
| ConsoleProgress ()=default |
|
void | Debug (const std::string &text) override |
|
void | Error (const std::string &text) override |
|
void | Info (const std::string &text) override |
|
void | SetAction (const std::string &action) override |
|
void | SetProgress (double current, double total, const std::string &label) override |
|
void | SetProgress (unsigned int current, unsigned int total, const std::string &label) override |
|
void | SetProgress (unsigned long current, unsigned long total, const std::string &label="") override |
|
void | SetProgress (unsigned long long current, unsigned long long total, const std::string &label="") override |
|
void | SetStep (const std::string &step) override |
|
void | Warning (const std::string &text) override |
|
| ~ConsoleProgress () override=default |
|
template<class... Args> |
void | Debug (std::format_string< Args... > format, Args &&...args) |
|
template<class... Args> |
void | Error (std::format_string< Args... > format, Args &&...args) |
|
template<class... Args> |
void | Info (std::format_string< Args... > format, Args &&...args) |
|
Progress | operator= (const Progress &&other)=delete |
|
Progress | operator= (const Progress &other)=delete |
|
bool | OutputDebug () const |
|
| Progress (const Progress &&other)=delete |
|
| Progress (const Progress &other)=delete |
|
template<class... Args> |
void | SetAction (std::format_string< Args... > format, Args &&...args) |
|
void | SetOutputDebug (bool outputDebug) |
|
template<class... Args> |
void | SetStep (std::format_string< Args... > format, Args &&...args) |
|
template<class... Args> |
void | Warning (std::format_string< Args... > format, Args &&...args) |
|
virtual | ~Progress ()=default |
|