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

void Impala::Core::Table::Table::RemoveLast (  )  [inline]

Definition at line 49 of file Table.h.

References mCursor, and mLast.

00050     {
00051         if (mLast > 0)
00052             mLast--;
00053         if (mCursor > mLast)
00054             mCursor = -1;
00055     }


Generated on Fri Mar 19 11:21:15 2010 for ImpalaSrc by  doxygen 1.5.1