aimstil  5.0.5
progress_indicator.h File Reference
#include <ctime>
#include <iostream>
#include "progress_indicator.tpp"
Include dependency graph for progress_indicator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  til::callback::PI_Print
 ProgressIndicator callback that simply prints percentage. More...
 
class  til::callback::PI_Timer< TPICallback >
 ProgressIndicator callback that prints percentage if computation is taking time. More...
 
class  til::ProgressIndicator< TPICallback >
 A simple base class used to give progression feedback. More...
 
struct  til::NoIndicator
 Empty indicator class. More...
 

Namespaces

 til
 Belongs to package Box Do not include directly, include til/Box.h instead.
 
 til::callback
 

Typedefs

typedef ProgressIndicator< callback::PI_Timer< callback::PI_Print > > til::DelayedProgressIndicator