aboutsummaryrefslogtreecommitdiff
path: root/test/containers.cc
AgeCommit message (Collapse)Author
2013-03-05Fixed a bug in Vector::bsearch.Sebastian Geerken
2013-03-05Vector::bsearch and insertSorted.Sebastian Geerken
2013-03-05Comparable is now subclass of Object (not pseudo-interface anymore). The old ↵Sebastian Geerken
solution would have made RTTI neccessary to work correctly.
2013-03-05Implemented iterators for Vector.Sebastian Geerken
2013-03-04Simplified containers test.Sebastian Geerken
2013-01-29Some cleanup in HashTable; new container HashSet (of which HashTable is a ↵Sebastian Geerken
sub class); fixed a glitch in both (inserting equal node again does not remove the first instance).
2013-01-27Test for containers. (Just curious how complete the code is ...)Sebastian Geerken