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

template<class IdxT, class ElemT>
Impala::Util::Cache< IdxT, ElemT >::Cache ( int  maxCacheSize = 0,
bool  elemIsPointer = true 
) [inline]

Definition at line 18 of file Cache.h.

00019     {
00020         mMaxCacheSize = maxCacheSize;
00021         mElemIsPointer = elemIsPointer;
00022     }


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