template<class type>
Replaces item d in the dictionary under key k.
Definition at line 57 of file qptrdict.h. References FX::QDictBase< keytype, type >::replace(). 00058 { 00059 FXuval k_=conv(k); 00060 Base::replace((FXuint) k_, k_, const_cast<type *>(d)); 00061 }
|