template<class keytype, class type>
FX::QDictBase< keytype, type >::~QDictBase (  )  [inline]

Definition at line 425 of file qdictbase.h.

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

00426 {
00427     clear();    // Should trigger a terminate() if not cleared
00428     for(typename iteratorlist::iterator it=iterators.begin(); it!=iterators.end(); ++it)
00429     {
00430         (*it)->mydict=0;
00431     }
00432 }


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