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

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

Definition at line 327 of file ILog.h.

References mErrors, mMark, and Sync().

00328     {
00329         Sync();
00330         int start = (fromMark) ? mMark : 0;
00331         for (int i=start ; i<mErrors.size() ; i++)
00332             std::cout << "ILog: " << mErrors[i] << std::endl;
00333     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:13:58 2011 for ImpalaSrc by  doxygen 1.5.1