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

void Impala::Application::VideoExcel::ImageCache::UpdateLRU ( int  index  )  [inline, private]

Definition at line 242 of file ImageCache.h.

References mLRU.

Referenced by GetImageFromCache(), and GetLeastUsedImageFromCache().

00243     {
00244         mLRU.remove(index);
00245         mLRU.push_back(index);
00246     }


Generated on Fri Mar 19 10:53:04 2010 for ImpalaSrc by  doxygen 1.5.1