Public Member Functions | |
| Internal (StringScalarData *p) | |
| void | computeHash (DataHashInfo &hash_info) 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). | |
Private Attributes | |
| StringScalarData * | m_p = nullptr |
Definition at line 63 of file StringScalarData.cc.
|
inlineexplicit |
Definition at line 68 of file StringScalarData.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 74 of file StringScalarData.cc.
|
private |
Definition at line 81 of file StringScalarData.cc.