hashing¶
#include <compatibility/hpx/util/fibhash.hpp>
¶
#include <compatibility/hpx/util/jenkins_hash.hpp>
¶
#include <hpx/hashing/fibhash.hpp>
¶
-
namespace
hpx
-
namespace
util
-
namespace
#include <hpx/hashing/jenkins_hash.hpp>
¶
-
namespace
hpx
-
namespace
util
-
class
jenkins_hash
¶ - #include <jenkins_hash.hpp>
The jenkins_hash class encapsulates a hash calculation function published by Bob Jenkins here: http://burtleburtle.net/bob/hash
Public Types
Public Functions
-
jenkins_hash
()¶ constructors and destructor
-
~jenkins_hash
()¶
-
void
swap
(jenkins_hash &rhs)¶ support for std::swap
-
-
class
-
namespace