Data Fields | |
struct StrataEstimator ** | stratas |
Array of strata estimators. More... | |
uint8_t | size |
Number of strata estimators in struct. More... | |
Definition at line 65 of file gnunet-service-setu_strata_estimator.h.
struct StrataEstimator** MultiStrataEstimator::stratas |
Array of strata estimators.
Definition at line 70 of file gnunet-service-setu_strata_estimator.h.
Referenced by handle_client_accept(), 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().
uint8_t MultiStrataEstimator::size |
Number of strata estimators in struct.
Definition at line 75 of file gnunet-service-setu_strata_estimator.h.
Referenced by strata_estimator_create(), strata_estimator_difference(), strata_estimator_read(), strata_estimator_remove(), and strata_estimator_write().