Go to the documentation of this file.
24 #ifndef _TPIE_PROGRESS_INDICATOR_NULL_H
25 #define _TPIE_PROGRESS_INDICATOR_NULL_H
46 virtual void init(stream_size_type range) {
unused(range); }
55 #endif //_TPIE_PROGRESS_INDICATOR_NULL_H
The base class for indicating the progress of some task.
progress_indicator_base()=delete
Deleted default constructor.
a dummy progress indicator that produces no output
void unused(const T &x)
Declare that a variable is unused on purpose.
virtual void done()
Advance the indicator to the end.
virtual void init(stream_size_type range)
Initialize progress indicator.
virtual void refresh()
Display the indicator.
virtual void set_range(stream_size_type range)
Set the upper bound of the counting range.