datasketches-cpp
compact_theta_sketch_alloc< Allocator > Member List

This is the complete list of members for compact_theta_sketch_alloc< Allocator >, including all inherited members.

begin()compact_theta_sketch_alloc< Allocator >virtual
begin() constcompact_theta_sketch_alloc< Allocator >virtual
compact_theta_sketch_alloc(const Other &other, bool ordered)compact_theta_sketch_alloc< Allocator >
compact_theta_sketch_alloc(const compact_theta_sketch_alloc &other)=defaultcompact_theta_sketch_alloc< Allocator >
compact_theta_sketch_alloc(compact_theta_sketch_alloc &&other) noexcept=defaultcompact_theta_sketch_alloc< Allocator >
deserialize(std::istream &is, uint64_t seed=DEFAULT_SEED, const Allocator &allocator=Allocator())compact_theta_sketch_alloc< Allocator >static
deserialize(const void *bytes, size_t size, uint64_t seed=DEFAULT_SEED, const Allocator &allocator=Allocator())compact_theta_sketch_alloc< Allocator >static
end()compact_theta_sketch_alloc< Allocator >virtual
end() constcompact_theta_sketch_alloc< Allocator >virtual
get_allocator() constcompact_theta_sketch_alloc< Allocator >virtual
get_estimate() constbase_theta_sketch_alloc< std::allocator< uint64_t > >
get_lower_bound(uint8_t num_std_devs) constbase_theta_sketch_alloc< std::allocator< uint64_t > >
get_max_serialized_size_bytes(uint8_t lg_k)compact_theta_sketch_alloc< Allocator >static
get_num_retained() constcompact_theta_sketch_alloc< Allocator >virtual
get_seed_hash() constcompact_theta_sketch_alloc< Allocator >virtual
get_serialized_size_bytes(bool compressed=false) constcompact_theta_sketch_alloc< Allocator >
get_theta() constbase_theta_sketch_alloc< std::allocator< uint64_t > >
get_theta64() constcompact_theta_sketch_alloc< Allocator >virtual
get_upper_bound(uint8_t num_std_devs) constbase_theta_sketch_alloc< std::allocator< uint64_t > >
is_empty() constcompact_theta_sketch_alloc< Allocator >virtual
is_estimation_mode() constbase_theta_sketch_alloc< std::allocator< uint64_t > >
is_ordered() constcompact_theta_sketch_alloc< Allocator >virtual
operator=(const compact_theta_sketch_alloc &other)=defaultcompact_theta_sketch_alloc< Allocator >
operator=(compact_theta_sketch_alloc &&other)=defaultcompact_theta_sketch_alloc< Allocator >
serialize(std::ostream &os) constcompact_theta_sketch_alloc< Allocator >
serialize(unsigned header_size_bytes=0) constcompact_theta_sketch_alloc< Allocator >
serialize_compressed(std::ostream &os) constcompact_theta_sketch_alloc< Allocator >
serialize_compressed(unsigned header_size_bytes=0) constcompact_theta_sketch_alloc< Allocator >
to_string(bool print_items=false) constbase_theta_sketch_alloc< std::allocator< uint64_t > >virtual