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

Constructs an instance with maximum cost maxCost and dictionary size size.

Definition at line 44 of file qintcache.h.

00045         : Base(maxCost, size, autodel) { }


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