template<class type>
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 }
|