Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 12:04:00 2010 for ImpalaSrc by  doxygen 1.5.1