template<class type>
void FX::QIntDict< type >::deleteItem ( type *  d  )  [inline, protected, virtual]

Implements FX::QDictBase< keytype, type >.

Definition at line 76 of file qintdict.h.

00077 {
00078     if(QDictBase<FXint, type>::autoDelete())
00079     {
00080         //fxmessage("QDB delete %p\n", d);
00081         delete d;
00082     }
00083 }


(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