Loading...
Searching...
No Matches
bloom_t Struct Reference

bloom_t bloom filter object More...

Detailed Description

bloom_t bloom filter object

Definition at line 142 of file bloom.h.

#include <bloom.h>

Data Fields

size_t m
 number of bits in the bloom array
 
size_t k
 number of hash functions
 
uint8_t * a
 the bloom array
 
hashfp_thash
 the hash functions
 

Field Documentation

◆ a

uint8_t* bloom_t::a

the bloom array

Definition at line 148 of file bloom.h.

◆ hash

hashfp_t* bloom_t::hash

the hash functions

Definition at line 150 of file bloom.h.

◆ k

size_t bloom_t::k

number of hash functions

Definition at line 146 of file bloom.h.

◆ m

size_t bloom_t::m

number of bits in the bloom array

Definition at line 144 of file bloom.h.


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