Fractional progress reporter. More...
#include <tpie/fractional_progress.h>
Public Member Functions | |
| fractional_progress (progress_indicator_base *pi) | |
| void | done () |
| Advance the indicator to the end. More... | |
| void | init (stream_size_type range=0) |
| Initialize progress indicator. More... | |
| unique_id_type & | id () |
| Return this progress indicator's unique id. More... | |
| void | push_breadcrumb (const char *crumb, description_importance importance) |
| void | pop_breadcrumb () |
Friends | |
| class | fractional_subindicator |
Fractional progress reporter.
Definition at line 107 of file fractional_progress.h.
| void tpie::fractional_progress::done | ( | ) |
Advance the indicator to the end.
Referenced by tpie::ami::Internal_Sorter_Obj< T, Compare >::sort().
| unique_id_type& tpie::fractional_progress::id | ( | ) |
Return this progress indicator's unique id.
Referenced by tpie::ami::Internal_Sorter_Obj< T, Compare >::sort().
| void tpie::fractional_progress::init | ( | stream_size_type | range = 0 | ) |
Initialize progress indicator.
| range | The number of times step() is going to be called. |
Referenced by tpie::ami::Internal_Sorter_Obj< T, Compare >::sort().