Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

void Impala::Util::ProgressPrinter::EraseLine (  )  [inline, private]

Definition at line 86 of file ProgressPrinter.h.

References mConsole, and mLinewidth.

Referenced by Done(), and PrintProgress().

00087     {
00088         if (Link::Mpi::MpiUsed())
00089             return;
00090         mConsole << std::string(mLinewidth,'\b');
00091         mConsole.flush();
00092     }


Generated on Fri Mar 19 11:41:05 2010 for ImpalaSrc by  doxygen 1.5.1