Add additional functionality to Simplehash.
[repair.git] / Repair / RepairCompiler / MCC / Runtime / SimpleHash.h
index eda2467867eb7eae2d1a6ee90970434049eca46f..094c963d2c246e05c9e81706b0df6cf50a9d7cab 100755 (executable)
@@ -95,7 +95,8 @@ public:
         return numelements;
     }
     int count(int key);
-
+    void addAll(SimpleHash * set);
+    SimpleHash * imageSet(int key);
 };
 
 /* SimpleHashExcepion  *************************************************/