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

void Impala::Application::VideoExcel::TableViewCache::UpdateLRU ( int  index  )  [inline]

Definition at line 167 of file TableViewCache.h.

References mLRU.

Referenced by GetUnusedViewFromCache(), and GetViewFromCache().

00168     {
00169         mLRU.remove(index);
00170         mLRU.push_back(index);
00171     }


Generated on Fri Mar 19 10:54:33 2010 for ImpalaSrc by  doxygen 1.5.1