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