summaryrefslogtreecommitdiffstats
path: root/raul/TableImpl.hpp
AgeCommit message (Expand)AuthorFilesLines
2007-07-26Add const find interface to Raul::Table, fix bugs.David Robillard1-6/+20
2007-07-26Implement std::map[key] = value interface.David Robillard1-0/+22
2007-07-26Add Table unit test.David Robillard1-8/+21
2007-07-26Use C++ey memory via std::vector instead of malloc and friends for Table, sin...David Robillard1-44/+75
2007-07-26Added Raul::Table class (like an std::map but in an array, very fast to do a ...David Robillard1-0/+166