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

virtual int Impala::Core::Trec::ThreadHistory::GetShot ( int  position  )  [inline, virtual]

Implements Impala::Core::Trec::Thread.

Definition at line 32 of file ThreadHistory.h.

References mHistory.

00033     {
00034         if ((position < 0) || (position >= mHistory->size()))
00035             return -1;
00036         return (*mHistory)[position];
00037     }


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