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

ImageWithID* Impala::Application::VideoExcel::ImageCache::GetLeastUsedImageFromCache (  )  [inline, private]

Definition at line 235 of file ImageCache.h.

References mImages, mLRU, and UpdateLRU().

Referenced by LoadImage().

00236     {
00237         int item = mLRU.front();
00238         UpdateLRU(item);
00239         return mImages[item];
00240     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:16:39 2011 for ImpalaSrc by  doxygen 1.5.1