[#BloombergLP-bdlde-Md5] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::Md5 :relfileprefix: ../../ :mrdocs: This `class` represents an MD5 digest that can be updated as additional data is provided. == Synopsis Declared in `<bdlde_md5.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class Md5; ---- == Description More generally, this class supports a complete set of _value_ _semantic_ operations, including copy construction, assignment, equality comparison, `ostream` printing, and `bdex` serialization. (A precise operational definition of when two instances have the same value can be found in the description of `operator==` for the class.) This container is _exception_ _neutral_ with no guarantee of rollback: if an exception is thrown during the invocation of a method on a pre‐existing instance, the class is left in a valid state, but its value is undefined. In no event is memory leaked. Finally, _aliasing_ (e.g., using all or part of an object as both source and destination) is supported in all cases. == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlde/Md5/Md5Digest.adoc[`Md5Digest`] | A maximally‐aligned, 16‐byte object type used to represent an MD5 digest. |=== == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlde/Md5/2constructor-08.adoc[`Md5`] [.small]#[constructor]# | Constructors | xref:BloombergLP/bdlde/Md5/2destructor.adoc[`~Md5`] [.small]#[destructor]# | Destroy this MD5 digest. | xref:BloombergLP/bdlde/Md5/operator_assign.adoc[`operator=`] | Assign to this MD5 digest the value of the specified `rhs` MD5 digest and return a reference to this modifiable MD5 digest. | xref:BloombergLP/bdlde/Md5/bdexStreamIn.adoc[`bdexStreamIn`] | Assign to this object the value read from the specified input `stream`. | xref:BloombergLP/bdlde/Md5/bdexStreamOut.adoc[`bdexStreamOut`] | Write this value to the specified output `stream`. | xref:BloombergLP/bdlde/Md5/loadDigest.adoc[`loadDigest`] | Load the current value of this MD5 digest into the specified `result`. | xref:BloombergLP/bdlde/Md5/loadDigestAndReset.adoc[`loadDigestAndReset`] | Load the current value of this MD5 digest into the specified `result` and set the value of this MD5 digest to the value provided by the default constructor. | xref:BloombergLP/bdlde/Md5/print.adoc[`print`] | Format the current value of this MD5 digest to the specified output `stream` and return a reference to the modifiable `stream`. | xref:BloombergLP/bdlde/Md5/reset.adoc[`reset`] | Reset the value of this MD5 digest to the value provided by the default constructor. | xref:BloombergLP/bdlde/Md5/update.adoc[`update`] | Update this MD5 digest to incorporate the specified data. |=== == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlde/Md5/maxSupportedBdexVersion-00.adoc[`maxSupportedBdexVersion`] | `maxSupportedBdexVersion` overloads |=== == Friends [cols="1,4"] |=== | Name| Description | `xref:BloombergLP/bdlde/operator_eq-0ea.adoc[BloombergLP::bdlde::operator==]` | Return `true` if the specified `lhs` and `rhs` MD5 digests have the same value. |=== == Non-Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlde/operator_not_eq-04.adoc[`operator!=`] | Return `true` if the specified `lhs` and `rhs` MD5 digests do not have the same value. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#