template<class type>
type* FX::QHostAddressDict< type >::take ( const QHostAddress k  )  [inline]

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     }


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