aboutsummaryrefslogtreecommitdiff
path: root/src/listhash.cpp (follow)
AgeCommit message (Collapse)Author
2009-06-28Added the Bu::ListHash class, it's a really simple wrapper for Bu::Hash thatMike Buland
puts all of the values in a Bu::List assosiated with the key. When you insert, it will append to the list at that key, and create a list if it needs to. When erasing, getting, etc, you operate on the whole list, not just one element.