hashing¶
The contents of this module can be included with the header
hpx/modules/hashing.hpp
. These headers may be used by user-code but are not
guaranteed stable (neither header location nor contents). You are using these at
your own risk. If you wish to use non-public functionality from a module we
strongly suggest only including the module header hpx/modules/hashing.hpp
, not
the particular header in which the functionality you would like to use is
defined. See Public API for a list of names that are part of the public
HPX API.
Header hpx/hashing/fibhash.hpp
¶
-
namespace
hpx
-
namespace
util
-
namespace
Header 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