template<class dictbase, class type>
void FX::FXLRUCache< dictbase, type >::setMaxCost ( FXuint  newmax  )  [inline, inherited]

Sets the maximum cost permitted. Disposes of items immediately if the new cost warrants it.

Definition at line 156 of file FXLRUCache.h.

00157     {
00158         topmax=newmax;
00159         dynMax();
00160     }


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