template<class type>
Inserts item d into the dictionary under key k.
Definition at line 49 of file qint64dict.h. References FX::QDictBase< FXlong, type >::insert(). Referenced by FX::operator>>(). 00050 { 00051 Base::insert(hash(k), k, const_cast<type *>(d)); 00052 }
|