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

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

Definition at line 75 of file qptrdict.h.

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

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

00076     {
00077         FXuval k_=conv(k);
00078         return Base::find((FXuint) k_, k_);
00079     }


(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