TPIE

2362a60
tpie::fractional_progress Class Reference

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_typeid ()
 Return this progress indicator's unique id. More...
 
void push_breadcrumb (const char *crumb, description_importance importance)
 
void pop_breadcrumb ()
 

Friends

class fractional_subindicator
 

Detailed Description

Fractional progress reporter.

Definition at line 107 of file fractional_progress.h.

Member Function Documentation

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.

Parameters
rangeThe number of times step() is going to be called.

Referenced by tpie::ami::Internal_Sorter_Obj< T, Compare >::sort().


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