#ifndef STORM_HASH_TS_HASH_OBJECT_HPP #define STORM_HASH_TS_HASH_OBJECT_HPP #include "storm/List.hpp" #include template class TSHashObject { public: // Member variables uint32_t m_hashval; TSLink m_linktoslot; TSLink m_linktofull; TKey m_key; }; #endif