1.00.8
C++ Standard Airline IT Object Library
|
|
Go to the documentation of this file. 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
Count_T operator+=(Count_T iIncrement)
float ProgressPercentage_T
const std::string toString() const
void setCurrentNb(const Count_T &iCurrentNb)
void setExpectedNb(const Count_T &iExpectedNb)
const Count_T & getActualNb() const
const Count_T & getExpectedNb() const
const Count_T & getCurrentNb() const
Handle on the StdAir library context.
const Count_T & count() const
const ProgressPercentage_T progress() const
const Percentage_T MAXIMUM_PROGRESS_STATUS
void setActualNb(const Count_T &iActualNb)
Base class for the light structures.
const std::string describe() const