datasketches-cpp
var_opt_sketch< T, A > Member List

This is the complete list of members for var_opt_sketch< T, A >, including all inherited members.

begin() constvar_opt_sketch< T, A >
deserialize(std::istream &is, const SerDe &sd=SerDe(), const A &allocator=A())var_opt_sketch< T, A >static
deserialize(const void *bytes, size_t size, const SerDe &sd=SerDe(), const A &allocator=A())var_opt_sketch< T, A >static
end() constvar_opt_sketch< T, A >
estimate_subset_sum(P predicate) constvar_opt_sketch< T, A >
get_k() constvar_opt_sketch< T, A >inline
get_n() constvar_opt_sketch< T, A >inline
get_num_samples() constvar_opt_sketch< T, A >inline
get_serialized_size_bytes(const SerDe &sd=SerDe()) constvar_opt_sketch< T, A >inline
get_serialized_size_bytes(const SerDe &sd=SerDe()) constvar_opt_sketch< T, A >inline
is_empty() constvar_opt_sketch< T, A >inline
items_to_string() constvar_opt_sketch< T, A >
operator=(const var_opt_sketch &other)var_opt_sketch< T, A >
operator=(var_opt_sketch &&other)var_opt_sketch< T, A >
reset()var_opt_sketch< T, A >
serialize(unsigned header_size_bytes=0, const SerDe &sd=SerDe()) constvar_opt_sketch< T, A >
serialize(std::ostream &os, const SerDe &sd=SerDe()) constvar_opt_sketch< T, A >
to_string() constvar_opt_sketch< T, A >
update(const T &item, double weight=1.0)var_opt_sketch< T, A >
update(T &&item, double weight=1.0)var_opt_sketch< T, A >
var_opt_sketch(uint32_t k, resize_factor rf=var_opt_constants::DEFAULT_RESIZE_FACTOR, const A &allocator=A())var_opt_sketch< T, A >explicit
var_opt_sketch(const var_opt_sketch &other)var_opt_sketch< T, A >
var_opt_sketch(var_opt_sketch &&other) noexceptvar_opt_sketch< T, A >