From 4556c5f625ed143a2334acc26505b658b719b451 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Sun, 28 Jun 2009 20:48:47 +0000 Subject: Added the Bu::ListHash class, it's a really simple wrapper for Bu::Hash that 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. --- src/listhash.cpp | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/listhash.cpp (limited to 'src/listhash.cpp') diff --git a/src/listhash.cpp b/src/listhash.cpp new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3