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

Finds the most recently placed item in the dictionary under key k.

Definition at line 188 of file QHostAddress.h.

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

Referenced by FX::QHostAddressDict< type >::operator[]().

00189     {
00190         return Base::find(hash(k), k);
00191     }


(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