X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=hashtable.h;h=a337df41ea03f7856595ab1d9aa15579dce51f51;hb=89c68eaa8c88e6ff491a7611fdf94abddd7378ae;hp=b4054ec8c71263c0210e216fe5befef329ef4ddc;hpb=88c15be7ff68a7b437fd78d6e5e0ede7aa1dbf6e;p=model-checker.git diff --git a/hashtable.h b/hashtable.h index b4054ec..a337df4 100644 --- a/hashtable.h +++ b/hashtable.h @@ -7,6 +7,7 @@ #include #include +#include "mymemory.h" /** * Hashtable linked node class, for chained storage of hash table conflicts. By @@ -61,7 +62,7 @@ struct hashlistnode { * @tparam _free Provide your own 'free' for the table, or default to * snapshotting. */ -template +template class HashTable { public: /** @@ -152,7 +153,16 @@ template threshold) resize(capacity << 1);