template<class type>
type* FX::QIntDict< type >::take ( FXint  k  )  [inline]

Removes the most recently placed item in the dictionary under key k without auto-deletion.

Definition at line 61 of file qintdict.h.

00062     {
00063         return QDictBase<FXint, type>::take(k, k);
00064     }


(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