datasketches-cpp
cpc_sketch_alloc< A > Member List

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

cpc_sketch_alloc(uint8_t lg_k=cpc_constants::DEFAULT_LG_K, uint64_t seed=DEFAULT_SEED, const A &allocator=A())cpc_sketch_alloc< A >explicit
deserialize(std::istream &is, uint64_t seed=DEFAULT_SEED, const A &allocator=A())cpc_sketch_alloc< A >static
deserialize(const void *bytes, size_t size, uint64_t seed=DEFAULT_SEED, const A &allocator=A())cpc_sketch_alloc< A >static
get_allocator() constcpc_sketch_alloc< A >
get_estimate() constcpc_sketch_alloc< A >
get_lg_k() constcpc_sketch_alloc< A >
get_lower_bound(unsigned kappa) constcpc_sketch_alloc< A >
get_max_serialized_size_bytes(uint8_t lg_k)cpc_sketch_alloc< A >static
get_upper_bound(unsigned kappa) constcpc_sketch_alloc< A >
is_empty() constcpc_sketch_alloc< A >
serialize(std::ostream &os) constcpc_sketch_alloc< A >
serialize(unsigned header_size_bytes=0) constcpc_sketch_alloc< A >
to_string() constcpc_sketch_alloc< A >
update(const std::string &value)cpc_sketch_alloc< A >
update(uint64_t value)cpc_sketch_alloc< A >
update(int64_t value)cpc_sketch_alloc< A >
update(uint32_t value)cpc_sketch_alloc< A >
update(int32_t value)cpc_sketch_alloc< A >
update(uint16_t value)cpc_sketch_alloc< A >
update(int16_t value)cpc_sketch_alloc< A >
update(uint8_t value)cpc_sketch_alloc< A >
update(int8_t value)cpc_sketch_alloc< A >
update(double value)cpc_sketch_alloc< A >
update(float value)cpc_sketch_alloc< A >
update(const void *value, size_t size)cpc_sketch_alloc< A >