Bitcoin ABC  0.28.12
P2P Digital Currency
Public Member Functions | List of all members
SaltedTxIdHasher Class Reference

#include <hasher.h>

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

Public Member Functions

 SaltedTxIdHasher ()
 
size_t operator() (const TxId &txid) 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 27 of file hasher.h.

Constructor & Destructor Documentation

◆ SaltedTxIdHasher()

SaltedTxIdHasher::SaltedTxIdHasher ( )
inline

Definition at line 29 of file hasher.h.

Member Function Documentation

◆ operator()()

size_t SaltedTxIdHasher::operator() ( const TxId txid) const
inline

Definition at line 31 of file hasher.h.

Here is the call graph for this function:

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