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

OGLVIEW* Impala::Application::VideoExcel::TableViewCache::GetUnusedViewFromCache (  )  [inline]

Definition at line 32 of file TableViewCache.h.

References mLRU, mViews, and UpdateLRU().

Referenced by ShowView().

00033     {
00034         int item = mLRU.front();
00035         UpdateLRU(item);
00036         return mViews[item];
00037     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:54:32 2010 for ImpalaSrc by  doxygen 1.5.1