ProgressBar

ProgressBar

Public Functions

Name
bool update(size_t bytes_processed, size_t total_bytes)
void finish()
void clear()
libvroom::ProgressCallback callback()
ProgressBar(bool enabled, size_t width =40)

Public Functions Documentation

function update

inline bool update(
    size_t bytes_processed,
    size_t total_bytes
)

function finish

inline void finish()

function clear

inline void clear()

function callback

inline libvroom::ProgressCallback callback()

function ProgressBar

inline explicit ProgressBar(
    bool enabled,
    size_t width =40
)

Updated on 2026-02-16 at 19:19:38 +0000