template<class type>
type* FX::QPtrDict< type >::take ( void *  k  )  [inline]

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

Definition at line 69 of file qptrdict.h.

References FX::QDictBase< keytype, type >::take().

00070     {
00071         FXuval k_=conv(k);
00072         return Base::take((FXuint) k_, k_);
00073     }


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