hash_ext.h

Go to the documentation of this file.
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_*/

Generated on Wed Jul 9 16:34:37 2008 for PCSIM by  doxygen 1.5.5