mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-18 23:57:32 +00:00
ae16d496b9
A new variant of HashMap::getVal with a second 'default value' parameter has been added. This helps avoid many contains() + getVal() combos (which incur double lookup penalty), and is much lighter than using find() (which has to create an iterator). svn-id: r43983 |
||
---|---|---|
.. | ||
array.h | ||
bufferedreadstream.h | ||
bufferedseekablereadstream.h | ||
fixedstack.h | ||
func.h | ||
hashmap.h | ||
list.h | ||
memoryreadstream.h | ||
pack.h | ||
ptr.h | ||
queue.h | ||
rect.h | ||
seekablesubreadstream.h | ||
serializer.h | ||
stack.h | ||
str.h | ||
stream.h | ||
subreadstream.h |