[inline]
Definition at line 48 of file ProgressPrinter.h.
References EraseLine(), mDoShow, and WriteLine().
00049 { 00050 if (mDoShow) 00051 { 00052 EraseLine(); 00053 WriteLine(progress); 00054 } 00055 }
Here is the call graph for this function: