BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
belfem::Hash Class Reference

Incremental hash computation. More...

#include <cl_Hash.hpp>

Public Member Functions

 Hash ()=default
 ~Hash ()=default
void reset ()
std::size_t value () const
void set_value (const std::size_t aValue)
template<typename T>
Hashoperator+= (const T aValue)

Detailed Description

Incremental hash computation.

See also
Core Module Overview

Constructor & Destructor Documentation

◆ Hash()

belfem::Hash::Hash ( )
default

◆ ~Hash()

belfem::Hash::~Hash ( )
default

Member Function Documentation

◆ operator+=()

template<typename T>
Hash & belfem::Hash::operator+= ( const T aValue)
inline

◆ reset()

void belfem::Hash::reset ( )
inline

◆ set_value()

void belfem::Hash::set_value ( const std::size_t aValue)
inline

◆ value()

std::size_t belfem::Hash::value ( ) const
inline

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