A handle to a strata estimator. More...
Data Fields | |
struct InvertibleBloomFilter ** | strata |
The IBFs of this strata estimator. More... | |
unsigned int | strata_count |
Size of the IBF array in strata. More... | |
unsigned int | ibf_size |
Size of each IBF stratum (in bytes) More... | |
A handle to a strata estimator.
Definition at line 46 of file gnunet-service-set_union_strata_estimator.h.
struct InvertibleBloomFilter ** StrataEstimator::strata |
The IBFs of this strata estimator.
Definition at line 51 of file gnunet-service-set_union_strata_estimator.h.
Referenced by handle_union_p2p_strata_estimator(), strata_estimator_create(), strata_estimator_destroy(), strata_estimator_difference(), strata_estimator_dup(), strata_estimator_insert(), strata_estimator_read(), strata_estimator_remove(), and strata_estimator_write().
unsigned int StrataEstimator::strata_count |
Size of the IBF array in strata.
Definition at line 56 of file gnunet-service-set_union_strata_estimator.h.
Referenced by handle_client_accept(), strata_estimator_create(), strata_estimator_destroy(), strata_estimator_difference(), strata_estimator_dup(), strata_estimator_read(), strata_estimator_write(), and union_accept().
unsigned int StrataEstimator::ibf_size |
Size of each IBF stratum (in bytes)
Definition at line 61 of file gnunet-service-set_union_strata_estimator.h.
Referenced by strata_estimator_create(), strata_estimator_dup(), strata_estimator_read(), strata_estimator_write(), and union_accept().