aboutsummaryrefslogtreecommitdiff
path: root/common/assocarray.h
AgeCommit message (Expand)Author
2006-03-28- Renamed class AssocArray to HashMap to match our existing class Map (note alsoMax Horn
2006-03-28Renamed various container isEmpty() methods to empty() to match STL conventionsMax Horn
2006-03-24Changed the DEBUG_HASH_COLLISIONS feature: Now measures the ratio between loo...Max Horn
2006-03-24- replaced the hash table size heuristic with a table of hard coded table sizesMax Horn
2006-03-24- moved type aa_ref_t into AssocArray, improving code readability a bitMax Horn
2006-03-24Some more cleanup in AssocArrayMax Horn
2006-03-24Cleanup for the AssocArray template: int->book, put common code into a new lo...Max Horn
2006-03-24Oops, accidentally commited the wrong patch (had these lines commented out fo...Max Horn
2006-03-24Using NULL as a default value is not working in general (e.g. for Common::Str...Max Horn
2006-03-23Implementation of AssociativeArray. Transferred GUI to it. Now it is muchEugene Sandulenko