template<class type>
void FX::QInt64Dict< type >::replace ( FXlong  k,
const type *  d 
) [inline]

Replaces item d in the dictionary under key k.

Definition at line 54 of file qint64dict.h.

References FX::QDictBase< FXlong, type >::replace().

00055     {
00056         Base::replace(hash(k), k, const_cast<type *>(d));
00057     }


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:37:39 2009 for TnFOX by doxygen v1.4.7