Bitcoin ABC  0.29.2
P2P Digital Currency
Public Member Functions | List of all members
SaltedBlockHashHasher Class Reference

#include <hasher.h>

Inheritance diagram for SaltedBlockHashHasher:
[legend]
Collaboration diagram for SaltedBlockHashHasher:
[legend]

Public Member Functions

 SaltedBlockHashHasher ()
 
size_t operator() (const BlockHash &block_hash) const
 

Additional Inherited Members

- Private Member Functions inherited from SaltedUint256Hasher
 SaltedUint256Hasher ()
 
size_t hash (const uint256 &h) const
 
size_t operator() (const uint256 &h) const
 

Detailed Description

Definition at line 34 of file hasher.h.

Constructor & Destructor Documentation

◆ SaltedBlockHashHasher()

SaltedBlockHashHasher::SaltedBlockHashHasher ( )
inline

Definition at line 36 of file hasher.h.

Member Function Documentation

◆ operator()()

size_t SaltedBlockHashHasher::operator() ( const BlockHash block_hash) const
inline

Definition at line 38 of file hasher.h.

Here is the call graph for this function:

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