template<class type>
bool FX::QInt64Dict< type >::remove ( FXlong  k  )  [inline]

Deletes the most recently placed item in the dictionary under key k.

Definition at line 59 of file qint64dict.h.

References FX::QDictBase< FXlong, type >::remove().

00060     {
00061         return Base::remove(hash(k), k);
00062     }


(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