Crc64 [constructor] | Constructors |
operator= | Assign to this checksum the value of the specified rhs checksum, and return a reference to this modifiable checksum. |
bdexStreamIn | Assign to this object the value read from the specified input stream using the specified version format, and return a reference to stream. If stream is initially invalid, this operation has no effect. If version is not supported, this object is unaltered and stream is invalidated but otherwise unmodified. If version is supported but stream becomes invalid during this operation, this object has an undefined, but valid, state. Note that no version is read from stream. See the bslx package-level documentation for more information on BDEX streaming of value-semantic types and containers. |
bdexStreamOut | Write this value to the specified output stream using the specified version format, and return a reference to stream. If stream is initially invalid, this operation has no effect. If version is not supported, stream is invalidated but otherwise unmodified. Note that version is not written to stream. See the bslx package-level documentation for more information on BDEX streaming of value-semantic types and containers. |
checksum | Return the current value of this checksum. |
checksumAndReset | Return the current value of this checksum and set the value of this checksum to the value the default constructor provides. |
print | Format this object to the specified output stream at the (absolute value of) the optionally specified indentation level and return a reference to stream. If level is specified, optionally specify spacesPerLevel, the number of spaces per indentation level for this and all of its nested objects. If level is negative, suppress indentation of the first line. If spacesPerLevel is negative, format the entire output on one line, suppressing all but the initial indentation (as governed by level). If stream is not valid on entry, this operation has no effect. |
reset | Reset the value of this checksum to the value the default constructor provides. |
update | Update the value of this checksum to incorporate the specified data having the specified length. If the current state is the default state, the resultant value of this checksum is the application of the CRC-64 algorithm upon the currently given data of the given length. If this checksum has been previously provided data and has not been subsequently reset, the current state is not the default state and the resultant value is equivalent to applying the CRC-64 algorithm upon the concatenation of all the provided data. Note that if data is 0, then length also must be 0. |