template<class keytype, class type>
FX::QDictBase< keytype, type >::QDictBase ( uint  _size,
bool  wantAutoDel = false 
) [inline]

Definition at line 105 of file qdictbase.h.

00105 : autodel(wantAutoDel), dict(mkSize(_size)), items(0), mysize(mkSize(_size)), inserts(0), lookups(0) { }


(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