TPIE

2362a60
dummy_progress.h File Reference

Progress indicator concept in an efficient non-inheritance way. More...

Go to the source code of this file.

Classes

struct  tpie::dummy_fraction_progress
 A fractional progress indicator that is conceptually compatible with tpie::fractional_progress. More...
 
struct  tpie::dummy_progress_indicator
 A progress indicator that is conceptually compatible with tpie::progress_indicator_base and tpie::fractional_subindicator. More...
 
struct  tpie::progress_types< use_progress >
 For applications where you wish to disable progress indicators via a template parameter, refer to progress_types<use_progress> members names sub, fp and base. More...
 
struct  tpie::progress_types< false >
 

Namespaces

 tpie
 pipelining/factory_base.h Base class of pipelining factories
 

Detailed Description

Progress indicator concept in an efficient non-inheritance way.

For a null object child class of tpie::progress_indicator_base, see tpie::progress_indicator_null.

Definition in file dummy_progress.h.