8#ifndef INCLUDED_BSLH_DEFAULTHASHALGORITHM
9#define INCLUDED_BSLH_DEFAULTHASHALGORITHM
331#include <bslscm_version.h>
399 void operator()(
const void *data,
size_t numBytes);
427 d_state(data, numBytes);
433 return d_state.computeHash();
Definition bslh_defaulthashalgorithm.h:346
InternalHashAlgorithm::result_type result_type
Typedef indicating the value type returned by this algorithm.
Definition bslh_defaulthashalgorithm.h:375
~DefaultHashAlgorithm()=default
Destroy this object.
DefaultHashAlgorithm()
Definition bslh_defaulthashalgorithm.h:417
void operator()(const void *data, size_t numBytes)
Definition bslh_defaulthashalgorithm.h:424
result_type computeHash()
Definition bslh_defaulthashalgorithm.h:431
Definition bslh_wyhashincrementalalgorithm.h:449
bsls::Types::Uint64 result_type
Typedef indicating the value type returned by this algorithm.
Definition bslh_wyhashincrementalalgorithm.h:461
#define BSLS_ASSERT(X)
Definition bsls_assert.h:1976
#define BSLS_IDENT(str)
BSLS_IDENT() - insert string into .comment binary segment (if supported)
Definition bsls_ident.h:238
Definition bslh_defaulthashalgorithm.h:339