Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:24:19 2011 for ImpalaSrc by  doxygen 1.5.1