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

std::vector<String> Impala::ILogErrors::GetErrorsSinceMark (  )  [inline]

Definition at line 311 of file ILog.h.

References mErrors, mMark, and Sync().

00312     {
00313         Sync();
00314         std::vector<String> res;
00315         for (int i=mMark ; i<mErrors.size() ; i++)
00316             res.push_back(mErrors[i]);
00317     }

Here is the call graph for this function:


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