X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=src%2FCollections%2Fstructs.h;h=30fc93b2eafb72ee6219b2acd63c9bdb6f70e741;hb=c5e632659f6f8ad931cf14104f72a5aa59acf911;hp=266fc171f8bde4d6bf6703279118a8e77e8e51a4;hpb=55f706b8977dc541b6fa6e95fb8babdaca6deb10;p=satune.git diff --git a/src/Collections/structs.h b/src/Collections/structs.h index 266fc17..30fc93b 100644 --- a/src/Collections/structs.h +++ b/src/Collections/structs.h @@ -5,6 +5,7 @@ #include "hashset.h" #include "classlist.h" #include "array.h" +#include "corestructs.h" unsigned int table_entry_hash_function(TableEntry *This); bool table_entry_equals(TableEntry *key1, TableEntry *key2); @@ -18,7 +19,7 @@ unsigned int order_pair_hash_function(OrderPair *This); bool order_pair_equals(OrderPair *key1, OrderPair *key2); -typedef HashSet HashSetBoolean; + typedef HashSet HashSetTableEntry; typedef HashSet HashSetOrderNode; typedef HashSet HashSetOrderEdge; @@ -29,7 +30,6 @@ typedef HashTable CloneMap; typedef HashTable HashTableOrderIntegerEncoding; typedef HSIterator HSIteratorTableEntry; -typedef HSIterator HSIteratorBoolean; typedef HSIterator HSIteratorOrderEdge; typedef HSIterator HSIteratorOrderNode;