datasketches-cpp
datasketches
cpc_sketch_alloc
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
() const
cpc_sketch_alloc< A >
get_estimate
() const
cpc_sketch_alloc< A >
get_lg_k
() const
cpc_sketch_alloc< A >
get_lower_bound
(unsigned kappa) const
cpc_sketch_alloc< A >
get_max_serialized_size_bytes
(uint8_t lg_k)
cpc_sketch_alloc< A >
static
get_upper_bound
(unsigned kappa) const
cpc_sketch_alloc< A >
is_empty
() const
cpc_sketch_alloc< A >
serialize
(std::ostream &os) const
cpc_sketch_alloc< A >
serialize
(unsigned header_size_bytes=0) const
cpc_sketch_alloc< A >
to_string
() const
cpc_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 >
Generated by
1.9.1