scummvm/test/common
Max Horn ae16d496b9 COMMON: HashMap::getVal now allows specifying a default value.
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
2009-09-06 12:59:07 +00:00
..
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