template<class keytype, class type>
void FX::QDictBase< keytype, type >::replace ( FXuint  h,
const keytype &  k,
type *  d 
) [inline, protected, inherited]

Definition at line 165 of file qdictbase.h.

Referenced by FX::QPtrDict< type >::replace(), FX::QHostAddressDict< type >::replace(), and FX::QDict< type >::replace().

00166     {
00167         remove(h, k);
00168         insert(h, k, d);
00169     }


(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