Skip to content

Class RecordingProgressBar

ClassList > RecordingProgressBar

Inherits the following classes: ProgressBar

Public Functions

Type Name
const std::vector< double > & updates () const

Public Functions inherited from ProgressBar

See ProgressBar

Type Name
~ProgressBar () override

Public Functions inherited from ProgressObserver

See ProgressObserver

Type Name
ProgressTracker * child ()
virtual ~ProgressObserver ()

Protected Functions

Type Name
virtual void update_progress (double progress) override

Protected Functions inherited from ProgressBar

See ProgressBar

Type Name
virtual void text_update (const std::string & text, int depth=0) override
virtual void update_progress (double progress) override

Protected Functions inherited from ProgressObserver

See ProgressObserver

Type Name
ProgressObserver ()
virtual void text_update (const std::string & text, int depth=0) = 0
virtual void update_progress (double progress) = 0

Public Functions Documentation

function updates

inline const std::vector< double > & RecordingProgressBar::updates () const

Protected Functions Documentation

function update_progress

inline virtual void RecordingProgressBar::update_progress (
    double progress
) override

Implements ProgressBar::update_progress



The documentation for this class was generated from the following file /home/runner/work/Blaze/Blaze/src/lib/utilities/tests/test_progress_tracker.cpp