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>
66 _currentNb = iCurrentNb;
71 _expectedNb = iExpectedNb;
76 _actualNb = iActualNb;
84 _currentNb += iIncrement;
160 #endif // __STDAIR_BAS_PROGRESSSTATUS_HPP
float ProgressPercentage_T
Count_T operator+=(Count_T iIncrement)
const ProgressPercentage_T progress() const
void setCurrentNb(const Count_T &iCurrentNb)
Handle on the StdAir library context.
const Count_T & count() const
const std::string describe() const
void setExpectedNb(const Count_T &iExpectedNb)
const Count_T & getCurrentNb() const
const Percentage_T MAXIMUM_PROGRESS_STATUS
Base class for the light structures.
const Count_T & getExpectedNb() const
const Count_T & getActualNb() const
const std::string toString() const
void setActualNb(const Count_T &iActualNb)