Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::HashDatabaseReadArgs Class Reference
Collaboration diagram for Arcane::HashDatabaseReadArgs:

Public Member Functions

 HashDatabaseReadArgs (const String &hash_value, Span< std::byte > v)
void setKey (const String &v)
const Stringkey () const
void setValues (const Span< std::byte > &v)
Span< std::byte > values () const
const StringhashValueAsString () const
void setHashValueAsString (const String &v)

Private Attributes

String m_key
String m_hash_value
Span< std::byte > m_values

Detailed Description

Definition at line 31 of file IHashDatabase.h.

Constructor & Destructor Documentation

◆ HashDatabaseReadArgs()

Arcane::HashDatabaseReadArgs::HashDatabaseReadArgs ( const String & hash_value,
Span< std::byte > v )
inline

Definition at line 37 of file IHashDatabase.h.

Member Function Documentation

◆ hashValueAsString()

const String & Arcane::HashDatabaseReadArgs::hashValueAsString ( ) const
inline

Definition at line 50 of file IHashDatabase.h.

◆ key()

const String & Arcane::HashDatabaseReadArgs::key ( ) const
inline

Definition at line 45 of file IHashDatabase.h.

◆ setHashValueAsString()

void Arcane::HashDatabaseReadArgs::setHashValueAsString ( const String & v)
inline

Definition at line 51 of file IHashDatabase.h.

◆ setKey()

void Arcane::HashDatabaseReadArgs::setKey ( const String & v)
inline

Definition at line 44 of file IHashDatabase.h.

◆ setValues()

void Arcane::HashDatabaseReadArgs::setValues ( const Span< std::byte > & v)
inline

Definition at line 47 of file IHashDatabase.h.

◆ values()

Span< std::byte > Arcane::HashDatabaseReadArgs::values ( ) const
inline

Definition at line 48 of file IHashDatabase.h.

Member Data Documentation

◆ m_hash_value

String Arcane::HashDatabaseReadArgs::m_hash_value
private

Definition at line 56 of file IHashDatabase.h.

◆ m_key

String Arcane::HashDatabaseReadArgs::m_key
private

Definition at line 55 of file IHashDatabase.h.

◆ m_values

Span<std::byte> Arcane::HashDatabaseReadArgs::m_values
private

Definition at line 57 of file IHashDatabase.h.


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