[#BloombergLP-bslh-WyHashIncrementalAlgorithm] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslh.adoc[bslh]::WyHashIncrementalAlgorithm :relfileprefix: ../../ :mrdocs: This class wraps an implementation of the "WyHash" hash algorithm in an interface that is usable in the modular hashing system in `bslh`. == Synopsis Declared in `<bslh_wyhashincrementalalgorithm.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class WyHashIncrementalAlgorithm; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslh/WyHashIncrementalAlgorithm/result_type.adoc[`result_type`] | Typedef indicating the value type returned by this algorithm. |=== == Enums [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslh/WyHashIncrementalAlgorithm/_04enum.adoc[`Unnamed enum`] | Length in bytes of the hash seed. |=== == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslh/WyHashIncrementalAlgorithm/2constructor-0c9f.adoc[`WyHashIncrementalAlgorithm`] [.small]#[constructor]# | Constructors | xref:BloombergLP/bslh/WyHashIncrementalAlgorithm/computeHash.adoc[`computeHash`] | Return the finalized hash value accumulated by this algorithm. | xref:BloombergLP/bslh/WyHashIncrementalAlgorithm/operator_call.adoc[`operator()`] | Incorporate the specified `data` of `numBytes` into the hash state. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#