template<class type>
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 }
|