template<class type>
FX::QIntDict< type >::QIntDict ( int  size = 13,
bool  wantAutoDel = false 
) [inline, explicit]

Creates a hash table indexed by FXint's. Choose a prime for size.

Definition at line 43 of file qintdict.h.

00043 : QDictBase<FXint, type>(size, wantAutoDel) { }


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