Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:16:39 2011 for ImpalaSrc by  doxygen 1.5.1