template<class type>
FX::QCache< type >::QCache ( FXuint  maxCost = 100,
FXuint  size = 13,
bool  caseSensitive = true,
bool  autodel = false 
) [inline]

Constructs an instance with maximum cost maxCost and dictionary size size with optional case sensitivity.

Definition at line 44 of file qcache.h.

00045         : Base(maxCost, size, autodel)
00046     {
00047         setCaseSensitive(caseSensitive);
00048     }


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