begin() | update_theta_sketch_alloc< Allocator > | virtual |
begin() const | update_theta_sketch_alloc< Allocator > | virtual |
compact(bool ordered=true) const | update_theta_sketch_alloc< Allocator > | |
end() | update_theta_sketch_alloc< Allocator > | virtual |
end() const | update_theta_sketch_alloc< Allocator > | virtual |
get_allocator() const | update_theta_sketch_alloc< Allocator > | virtual |
get_estimate() const | base_theta_sketch_alloc< Allocator > | |
get_lg_k() const | update_theta_sketch_alloc< Allocator > | |
get_lower_bound(uint8_t num_std_devs) const | base_theta_sketch_alloc< Allocator > | |
get_num_retained() const | update_theta_sketch_alloc< Allocator > | virtual |
get_rf() const | update_theta_sketch_alloc< Allocator > | |
get_seed_hash() const | update_theta_sketch_alloc< Allocator > | virtual |
get_theta() const | base_theta_sketch_alloc< Allocator > | |
get_theta64() const | update_theta_sketch_alloc< Allocator > | virtual |
get_upper_bound(uint8_t num_std_devs) const | base_theta_sketch_alloc< Allocator > | |
is_empty() const | update_theta_sketch_alloc< Allocator > | virtual |
is_estimation_mode() const | base_theta_sketch_alloc< Allocator > | |
is_ordered() const | update_theta_sketch_alloc< Allocator > | virtual |
operator=(const update_theta_sketch_alloc &other)=default | update_theta_sketch_alloc< Allocator > | |
operator=(update_theta_sketch_alloc &&other)=default | update_theta_sketch_alloc< Allocator > | |
reset() | update_theta_sketch_alloc< Allocator > | |
to_string(bool print_items=false) const | base_theta_sketch_alloc< Allocator > | virtual |
trim() | update_theta_sketch_alloc< Allocator > | |
update(const std::string &value) | update_theta_sketch_alloc< Allocator > | |
update(uint64_t value) | update_theta_sketch_alloc< Allocator > | |
update(int64_t value) | update_theta_sketch_alloc< Allocator > | |
update(uint32_t value) | update_theta_sketch_alloc< Allocator > | |
update(int32_t value) | update_theta_sketch_alloc< Allocator > | |
update(uint16_t value) | update_theta_sketch_alloc< Allocator > | |
update(int16_t value) | update_theta_sketch_alloc< Allocator > | |
update(uint8_t value) | update_theta_sketch_alloc< Allocator > | |
update(int8_t value) | update_theta_sketch_alloc< Allocator > | |
update(double value) | update_theta_sketch_alloc< Allocator > | |
update(float value) | update_theta_sketch_alloc< Allocator > | |
update(const void *data, size_t length) | update_theta_sketch_alloc< Allocator > | |
update_theta_sketch_alloc(const update_theta_sketch_alloc &other)=default | update_theta_sketch_alloc< Allocator > | |
update_theta_sketch_alloc(update_theta_sketch_alloc &&other) noexcept=default | update_theta_sketch_alloc< Allocator > | |