template<class dictbase, class type>
bool FX::FXLRUCache< dictbase, type >::remove ( KeyTypeAsParam  k  )  [inline, inherited]

Removes the item associated with key k, deleting if auto-deletion is enabled.

Definition at line 206 of file FXLRUCache.h.

Referenced by FX::FXLRUCache< FX::QDict< type > >::purgeLFU().

00207     {
00208         bool ret=dictbase::remove(k);
00209         ++stats.removed;
00210         return ret;
00211     }


(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