template<class keytype, class type>
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); }
|