Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::NumArrayDataT< DataType, RankValue >::Internal Class Reference
Inheritance diagram for Arcane::NumArrayDataT< DataType, RankValue >::Internal:
Collaboration diagram for Arcane::NumArrayDataT< DataType, RankValue >::Internal:

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 INumericDataInternalnumericData ()
 Generic interface for numeric data (nullptr if the data is not numeric).

Detailed Description

template<class DataType, int RankValue>
class Arcane::NumArrayDataT< DataType, RankValue >::Internal

Definition at line 115 of file NumArrayData.cc.

Member Function Documentation

◆ computeHash()

template<class DataType, int RankValue>
void Arcane::NumArrayDataT< DataType, RankValue >::Internal::computeHash ( DataHashInfo & hash_info)
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.


The documentation for this class was generated from the following file: