template<class type>
bool FX::QIntDict< type >::remove ( FXint  k  )  [inline]

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

Definition at line 56 of file qintdict.h.

00057     {
00058         return QDictBase<FXint, type>::remove(k, k);
00059     }


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