Definition at line 57 of file ProgressPrinter.h. References EraseLine(), mConsole, mDoShow, mRange, and WriteLine(). 00058 { 00059 if (mDoShow) 00060 { 00061 EraseLine(); 00062 WriteLine(mRange); 00063 mConsole << "\n"; 00064 mConsole.flush(); 00065 } 00066 }
Here is the call graph for this function:
|