Public Member Functions | |
| void | computeHash (DataHashInfo &) override |
| Calculates the hash of the data. | |
| Public Member Functions inherited from Arcane::IDataInternal | |
| virtual bool | compressAndClear (DataCompressionBuffer &buf) |
| Compresses the data and frees the associated memory. | |
| virtual bool | decompressAndFill (DataCompressionBuffer &buf) |
| Decompresses the data and fills the data values. | |
| virtual INumericDataInternal * | numericData () |
| Generic interface for numeric data (nullptr if the data is not numeric). | |
Definition at line 115 of file NumArrayData.cc.
|
inlineoverridevirtual |
Calculates the hash of the data.
Outputs the version and value into hash_info.m_version and hash_info.m_value.
Implements Arcane::IDataInternal.
Definition at line 120 of file NumArrayData.cc.
References ARCANE_THROW.