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

template<class IdxT, class ElemT>
void Impala::Util::Cache< IdxT, ElemT >::Clear (  )  [inline]

Definition at line 97 of file Cache.h.

Referenced by Impala::Util::Cache< int, Impala::Core::Array::ImageArchiveFile * >::~Cache().

00098     {
00099         if (mElemIsPointer)
00100         {
00101             while(!Empty())
00102                 PopBack();
00103         }
00104         else
00105             mQueue.clear();
00106     }


Generated on Thu Jan 13 09:24:07 2011 for ImpalaSrc by  doxygen 1.5.1