aboutsummaryrefslogtreecommitdiff
path: root/src/hashable.h (follow)
AgeCommit message (Collapse)Author
2006-11-21Hashable has a virtual destructor.Mike Buland
2006-11-21Wow, craziness. Part way through working on the confpair system I got someMike Buland
sudden insperation and completely redid Hash. Now everything but delete is implemented, including typesafe iterators and more. It's really cool, and everyone should check it out and start using it right away!
2006-07-26Added the not-yet-working hash class. More thought must be done. This doesn'tMike Buland
actually change any existing code really just adds a new class that you can't use because it's commented out. I'll probably move it to a branch.