00001 #ifndef HASH_EXT_H_ 00002 #define HASH_EXT_H_ 00003 00004 #include "pcsim_hash.h" 00005 #include <boost/functional/hash.hpp> 00006 00007 #include "SimObject.h" 00008 00009 using boost::hash; 00010 using boost::hash_combine; 00011 00012 std::size_t hash_value(const SimObject::ID & id); 00013 00014 #endif /*HASH_EXT_H_*/