psync::detail::HashTableEntry Class Reference

#include <PSync/detail/iblt.hpp>

+ Inheritance diagram for psync::detail::HashTableEntry:
+ Collaboration diagram for psync::detail::HashTableEntry:

Public Member Functions

bool isEmpty () const
 
bool isPure () const
 

Public Attributes

int32_t count = 0
 
uint32_t keyCheck = 0
 
uint32_t keySum = 0
 

Friends

bool operator== (const HashTableEntry &lhs, const HashTableEntry &rhs) noexcept
 

Detailed Description

Definition at line 60 of file iblt.hpp.

Member Function Documentation

◆ isEmpty()

bool psync::detail::HashTableEntry::isEmpty ( ) const

Definition at line 70 of file iblt.cpp.

◆ isPure()

bool psync::detail::HashTableEntry::isPure ( ) const

Definition at line 59 of file iblt.cpp.

Friends And Related Function Documentation

◆ operator==

bool operator== ( const HashTableEntry lhs,
const HashTableEntry rhs 
)
friend

Definition at line 75 of file iblt.hpp.

Member Data Documentation

◆ count

int32_t psync::detail::HashTableEntry::count = 0

Definition at line 81 of file iblt.hpp.

◆ keyCheck

uint32_t psync::detail::HashTableEntry::keyCheck = 0

Definition at line 83 of file iblt.hpp.

◆ keySum

uint32_t psync::detail::HashTableEntry::keySum = 0

Definition at line 82 of file iblt.hpp.