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

Definition at line 107 of file qdictbase.h.

00107 : autodel(o.autodel), dict(o.dict), items(o.items), mysize(o.mysize), inserts(o.inserts), lookups(o.lookups) { }


(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