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

Inserts item d into the dictionary under key k.

Definition at line 51 of file qptrdict.h.

References FX::QDictBase< keytype, type >::insert().

Referenced by FX::operator>>().

00052     {
00053         FXuval k_=conv(k);
00054         Base::insert((FXuint) k_, k_, const_cast<type *>(d));
00055     }


(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