Project Alice
Loading...
Searching...
No Matches
sys::checksum_key Struct Reference

#include <container_types.hpp>

Public Member Functions

bool is_equal (const checksum_key &a) noexcept
 
std::string_view to_string_view () noexcept
 
std::string to_string () noexcept
 
const char * to_char () noexcept
 

Public Attributes

uint8_t key [key_size] = { 0 }
 

Static Public Attributes

static constexpr uint32_t key_size = 64
 

Detailed Description

Definition at line 263 of file container_types.hpp.

Member Function Documentation

◆ is_equal()

bool sys::checksum_key::is_equal ( const checksum_key a)
inlinenoexcept

Definition at line 267 of file container_types.hpp.

Here is the caller graph for this function:

◆ to_char()

const char * sys::checksum_key::to_char ( )
inlinenoexcept

Definition at line 280 of file container_types.hpp.

◆ to_string()

std::string sys::checksum_key::to_string ( )
inlinenoexcept

Definition at line 277 of file container_types.hpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ to_string_view()

std::string_view sys::checksum_key::to_string_view ( )
inlinenoexcept

Definition at line 274 of file container_types.hpp.

Here is the caller graph for this function:

Member Data Documentation

◆ key

uint8_t sys::checksum_key::key[key_size] = { 0 }

Definition at line 265 of file container_types.hpp.

◆ key_size

constexpr uint32_t sys::checksum_key::key_size = 64
staticconstexpr

Definition at line 264 of file container_types.hpp.


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