template<class dictbase, class type>
FX::FXLRUCache< dictbase, type >::FXLRUCache ( FXuint  maxCost = 100,
FXuint  size = 13,
bool  autodel = false 
) [inline]

Constructs an instance with maximum cost maxCost and dictionary size size.

Definition at line 131 of file FXLRUCache.h.

00132         : dictbase(size), topmax(maxCost), maximum(maxCost), cost(0), amDynamic(true)
00133     {
00134         dynMax();
00135         setAutoDelete(autodel);
00136     }


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:34:43 2009 for TnFOX by doxygen v1.4.7