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

Implements FX::QDictBase< FXlong, type >.

Definition at line 79 of file qint64dict.h.

References FX::QDictBase< FXlong, type >::autoDelete().

00080 {
00081     if(Base::autoDelete())
00082     {
00083         //fxmessage("QDB delete %p\n", d);
00084         delete d;
00085     }
00086 }


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