template<class keytype, class type>
FXint FX::QDictBase< keytype, type >::dictionaryBias (  )  const throw () [inline, inherited]

Returns a number indicating how biased between lookups and insert/removals the usage of this dictionary has been so far. Is negative for more insert/removals than lookups and positive for the opposite.

Definition at line 287 of file qdictbase.h.

00287 { return (FXint)(lookups-inserts); }


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