template<class type>
Removes the most recently placed item in the dictionary under key k without auto-deletion.
Definition at line 183 of file QHostAddress.h. References FX::QDictBase< keytype, type >::take(). 00184 { 00185 return Base::take(hash(k), k); 00186 }
|