1 #ifndef __STDAIR_BAS_PROGRESSSTATUS_HPP 2 #define __STDAIR_BAS_PROGRESSSTATUS_HPP 10 #include <boost/progress.hpp> 56 (static_cast<Percentage_T> (_currentNb)
57 / static_cast<Percentage_T> (_actualNb));
66 _currentNb = iCurrentNb;
71 _expectedNb = iExpectedNb;
76 _actualNb = iActualNb;
84 _currentNb += iIncrement;
160 #endif // __STDAIR_BAS_PROGRESSSTATUS_HPP
float ProgressPercentage_T
const Count_T & getActualNb() const
Count_T operator+=(Count_T iIncrement)
Handle on the StdAir library context.
const Count_T & getCurrentNb() const
void setActualNb(const Count_T &iActualNb)
void setCurrentNb(const Count_T &iCurrentNb)
void setExpectedNb(const Count_T &iExpectedNb)
const ProgressPercentage_T progress() const
Base class for the light structures.
const Percentage_T MAXIMUM_PROGRESS_STATUS
const std::string toString() const
const std::string describe() const
const Count_T & count() const
const Count_T & getExpectedNb() const