18 : _currentNb (iCurrentNb),
19 _expectedNb (iExpectedNb), _actualNb (iActualNb) {
26 _expectedNb (iExpectedNb), _actualNb (iActualNb) {
32 _expectedNb (iExpectedNb), _actualNb (iExpectedNb) {
44 : _currentNb (iProgressStatus._currentNb),
45 _expectedNb (iProgressStatus._expectedNb),
46 _actualNb (iProgressStatus._actualNb) {
57 std::ostringstream oStr;
58 oStr << _currentNb <<
" / {" << _expectedNb <<
", " << _actualNb <<
"}";
64 std::ostringstream oStr;
65 oStr << std::setprecision (3) <<
progress()
66 <<
"% (" << _currentNb <<
"/" << _actualNb <<
")";
Handle on the StdAir library context.
const ProgressPercentage_T progress() const
const Count_T DEFAULT_PROGRESS_STATUS
const std::string toString() const
const std::string describe() const