template<class type>
void FX::QIntDict< type >::insert ( FXint  k,
const type *  d 
) [inline]

Inserts item d into the dictionary under key k.

Definition at line 46 of file qintdict.h.

Referenced by FX::operator>>().

00047     {
00048         QDictBase<FXint, type>::insert(k, k, const_cast<type *>(d));
00049     }


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