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

ImIdPair* OglGui::OglImageCache::GetLRU (  )  [inline, private]

Definition at line 201 of file OglImageCache.h.

References mImages, mLRU, and UpdateLRU().

Referenced by Add().

00202     {
00203         int item = mLRU.front();
00204         UpdateLRU(item);
00205         return mImages[item];
00206     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:26:40 2011 for ImpalaSrc by  doxygen 1.5.1