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

void Impala::ILogErrors::Print ( bool  fromMark  )  [inline]

Definition at line 261 of file ILog.h.

References mErrors, mMark, and Sync().

00262     {
00263         Sync();
00264         int start = (fromMark) ? mMark : 0;
00265         for (int i=start ; i<mErrors.size() ; i++)
00266             std::cout << "ILog: " << mErrors[i] << std::endl;
00267     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:35:45 2010 for ImpalaSrc by  doxygen 1.5.1