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

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

Definition at line 245 of file ILog.h.

References mErrors, mMark, and Sync().

00246     {
00247         Sync();
00248         std::vector<String> res;
00249         for (int i=mMark ; i<mErrors.size() ; i++)
00250             res.push_back(mErrors[i]);
00251     }

Here is the call graph for this function:


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