ryhoh / progressbar

Showing progressbar (CUI)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

progressbar

用途

C++のコンソール上で時間のかかる処理を行う際に使うプログレスバー

メソッド一覧

  • class Progress

    • Progress(int max)
    • virtual ~Progress();
    • virtual std::string generateString(); プログレスバーの表示
    • void click(); プログレスを1進める
    • int getMax();
    • int getPos();
  • class SimpleProgress: public Progress

    • SimpleProgress(int max)
    • virtual ~SimpleProgress();
    • std::string generateString() override;

About

Showing progressbar (CUI)

License:MIT License


Languages

Language:C++ 75.2%Language:Python 20.5%Language:Makefile 4.3%