nndeploy C++ API  0.2.0
nndeploy C++ API
Public Member Functions | List of all members
nndeploy::stable_diffusion::ProgressBar Class Reference

#include <utils.h>

Public Member Functions

void finish ()
 
 ProgressBar (int total, int barWidth=80, const std::string &prefix="", const std::string &suffix="")
 
void update (int value)
 

Detailed Description

Definition at line 29 of file utils.h.

Constructor & Destructor Documentation

◆ ProgressBar()

nndeploy::stable_diffusion::ProgressBar::ProgressBar ( int  total,
int  barWidth = 80,
const std::string &  prefix = "",
const std::string &  suffix = "" 
)
inline

Definition at line 32 of file utils.h.

Member Function Documentation

◆ finish()

void nndeploy::stable_diffusion::ProgressBar::finish ( )

◆ update()

void nndeploy::stable_diffusion::ProgressBar::update ( int  value)

The documentation for this class was generated from the following file: