template<class keytype, class type>
QDictBase<keytype, type>& FX::QDictBase< keytype, type >::operator= ( const QDictBase< keytype, type > &  o  )  [inline]

Definition at line 108 of file qdictbase.h.

00109     {
00110         clear();
00111         autodel=o.autodel; dict=o.dict; items=o.items; mysize=o.mysize; inserts=o.inserts; lookups=o.lookups;
00112         return (*this);
00113     }


(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