| deserialize(std::istream &is, const SerDe &sd=SerDe(), const E &equal=E(), const A &allocator=A()) | frequent_items_sketch< T, W, H, E, A > | static |
| deserialize(const void *bytes, size_t size, const SerDe &sd=SerDe(), const E &equal=E(), const A &allocator=A()) | frequent_items_sketch< T, W, H, E, A > | static |
| frequent_items_sketch(uint8_t lg_max_map_size, uint8_t lg_start_map_size=LG_MIN_MAP_SIZE, const E &equal=E(), const A &allocator=A()) | frequent_items_sketch< T, W, H, E, A > | explicit |
| get_apriori_error(uint8_t lg_max_map_size, W estimated_total_weight) | frequent_items_sketch< T, W, H, E, A > | static |
| get_epsilon() const | frequent_items_sketch< T, W, H, E, A > | |
| get_epsilon(uint8_t lg_max_map_size) | frequent_items_sketch< T, W, H, E, A > | static |
| get_estimate(const T &item) const | frequent_items_sketch< T, W, H, E, A > | |
| get_frequent_items(frequent_items_error_type err_type) const | frequent_items_sketch< T, W, H, E, A > | |
| get_frequent_items(frequent_items_error_type err_type, W threshold) const | frequent_items_sketch< T, W, H, E, A > | |
| get_lower_bound(const T &item) const | frequent_items_sketch< T, W, H, E, A > | |
| get_maximum_error() const | frequent_items_sketch< T, W, H, E, A > | |
| get_num_active_items() const | frequent_items_sketch< T, W, H, E, A > | |
| get_serialized_size_bytes(const SerDe &sd=SerDe()) const | frequent_items_sketch< T, W, H, E, A > | |
| get_total_weight() const | frequent_items_sketch< T, W, H, E, A > | |
| get_upper_bound(const T &item) const | frequent_items_sketch< T, W, H, E, A > | |
| is_empty() const | frequent_items_sketch< T, W, H, E, A > | |
| merge(const frequent_items_sketch &other) | frequent_items_sketch< T, W, H, E, A > | |
| merge(frequent_items_sketch &&other) | frequent_items_sketch< T, W, H, E, A > | |
| serialize(std::ostream &os, const SerDe &sd=SerDe()) const | frequent_items_sketch< T, W, H, E, A > | |
| serialize(unsigned header_size_bytes=0, const SerDe &sd=SerDe()) const | frequent_items_sketch< T, W, H, E, A > | |
| to_string(bool print_items=false) const | frequent_items_sketch< T, W, H, E, A > | |
| update(const T &item, W weight=1) | frequent_items_sketch< T, W, H, E, A > | |
| update(T &&item, W weight=1) | frequent_items_sketch< T, W, H, E, A > | |