Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::DataHashInfo Class Reference

Information for calculating data hash. More...

#include <arcane/core/internal/IDataInternal.h>

Collaboration diagram for Arcane::DataHashInfo:

Public Member Functions

 DataHashInfo (IHashAlgorithmContext *context)
IHashAlgorithmContextcontext () const
Int32 version () const
void setVersion (Int32 v)

Private Attributes

IHashAlgorithmContextm_context = nullptr
Int32 m_version = 0

Detailed Description

Information for calculating data hash.

Definition at line 52 of file IDataInternal.h.

Constructor & Destructor Documentation

◆ DataHashInfo()

Arcane::DataHashInfo::DataHashInfo ( IHashAlgorithmContext * context)
inlineexplicit

Definition at line 56 of file IDataInternal.h.

Member Function Documentation

◆ context()

IHashAlgorithmContext * Arcane::DataHashInfo::context ( ) const
inline

Definition at line 62 of file IDataInternal.h.

◆ setVersion()

void Arcane::DataHashInfo::setVersion ( Int32 v)
inline

Definition at line 64 of file IDataInternal.h.

◆ version()

Int32 Arcane::DataHashInfo::version ( ) const
inline

Definition at line 63 of file IDataInternal.h.

Member Data Documentation

◆ m_context

IHashAlgorithmContext* Arcane::DataHashInfo::m_context = nullptr
private

Definition at line 68 of file IDataInternal.h.

◆ m_version

Int32 Arcane::DataHashInfo::m_version = 0
private

Definition at line 69 of file IDataInternal.h.


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