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

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     }


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