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

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

Definition at line 88 of file qdict.h.

00089         : checkcase(caseSensitive), Base(size, wantAutoDel)
00090     {
00091     }


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