scummvm/test/common
Johannes Schickel 2db5747642 - Added tests for newly added Common::Queue
- Changed Common::Queue::front and Common::Queue::back to return references instead of values

svn-id: r34240
2008-09-01 16:52:09 +00:00
..
array.h Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
bufferedreadstream.h Fixed warnings. 2008-09-01 15:39:48 +00:00
bufferedseekablereadstream.h Fixed warnings. 2008-09-01 15:39:48 +00:00
func.h - Added Common::mem_fun_ref for object references instead of pointers. 2008-07-31 13:36:13 +00:00
hashmap.h Some extra HashMap tests 2008-08-28 09:03:43 +00:00
list.h Implemented transparent List::iterator to List::const_iterator conversion and updated our tests accordingly. 2008-04-02 02:15:00 +00:00
pack.h Fixed some warnings. 2008-02-19 00:10:05 +00:00
ptr.h Added a reset method to SharedPtr, which allows NULLifying it. 2008-07-29 09:16:53 +00:00
queue.h - Added tests for newly added Common::Queue 2008-09-01 16:52:09 +00:00
seekablesubreadstream.h Added two new classes, BufferedReadStream & BufferedSeekableReadStream, as proposed on scummvm-devel 2008-07-29 17:42:19 +00:00
str.h Added convenience method String::makeUnique(); simplified String::operator=(char c); extended String unit tests 2008-07-23 16:33:53 +00:00
subreadstream.h Added two new classes, BufferedReadStream & BufferedSeekableReadStream, as proposed on scummvm-devel 2008-07-29 17:42:19 +00:00