This is the complete list of members for var_opt_sketch< T, A >, including all inherited members.
begin() const | var_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() const | var_opt_sketch< T, A > | |
estimate_subset_sum(P predicate) const | var_opt_sketch< T, A > | |
get_k() const | var_opt_sketch< T, A > | inline |
get_n() const | var_opt_sketch< T, A > | inline |
get_num_samples() const | var_opt_sketch< T, A > | inline |
get_serialized_size_bytes(const SerDe &sd=SerDe()) const | var_opt_sketch< T, A > | inline |
get_serialized_size_bytes(const SerDe &sd=SerDe()) const | var_opt_sketch< T, A > | inline |
is_empty() const | var_opt_sketch< T, A > | inline |
items_to_string() const | var_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()) const | var_opt_sketch< T, A > | |
serialize(std::ostream &os, const SerDe &sd=SerDe()) const | var_opt_sketch< T, A > | |
to_string() const | var_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) noexcept | var_opt_sketch< T, A > | |