class CCL::MultiProgress::Step
instantiate a Step object in the scope of the current step
#include <multiprogress.h> class Step { public: // construction Step (MultiProgress& multiProgress, double stepWorkUnits = -1); // methods operator IProgressNotify * (); IProgressNotify* operator -> (); };