template<class type>
Finds the most recently placed item in the dictionary under key k.
Definition at line 69 of file qint64dict.h. References FX::QDictBase< FXlong, type >::find(). Referenced by FX::QInt64Dict< type >::operator[](). 00070 { 00071 return Base::find(hash(k), k); 00072 }
|