psync::HashTableEntry Class Reference

#include <iblt.hpp>

Public Member Functions

bool isEmpty () const
 
bool isPure () const
 

Public Attributes

int32_t count
 
uint32_t keyCheck
 
uint32_t keySum
 

Detailed Description

Definition at line 58 of file iblt.hpp.

Member Function Documentation

bool psync::HashTableEntry::isEmpty ( ) const

Definition at line 73 of file iblt.cpp.

bool psync::HashTableEntry::isPure ( ) const

Definition at line 62 of file iblt.cpp.

Member Data Documentation

int32_t psync::HashTableEntry::count

Definition at line 61 of file iblt.hpp.

uint32_t psync::HashTableEntry::keyCheck

Definition at line 63 of file iblt.hpp.

uint32_t psync::HashTableEntry::keySum

Definition at line 62 of file iblt.hpp.