This is the complete list of members for ebpps_sketch< T, A >, including all inherited members.
| begin() const | ebpps_sketch< T, A > | |
| deserialize(const void *bytes, size_t size, const SerDe &sd=SerDe(), const A &allocator=A()) | ebpps_sketch< T, A > | static |
| deserialize(std::istream &is, const SerDe &sd=SerDe(), const A &allocator=A()) | ebpps_sketch< T, A > | static |
| ebpps_sketch(uint32_t k, const A &allocator=A()) | ebpps_sketch< T, A > | explicit |
| end() const | ebpps_sketch< T, A > | |
| get_allocator() const | ebpps_sketch< T, A > | |
| get_c() const | ebpps_sketch< T, A > | inline |
| get_cumulative_weight() const | ebpps_sketch< T, A > | inline |
| get_k() const | ebpps_sketch< T, A > | inline |
| get_n() const | ebpps_sketch< T, A > | inline |
| get_result() const | ebpps_sketch< T, A > | |
| get_serialized_size_bytes(const SerDe &sd=SerDe()) const | ebpps_sketch< T, A > | inline |
| is_empty() const | ebpps_sketch< T, A > | inline |
| items_to_string() const | ebpps_sketch< T, A > | |
| merge(const ebpps_sketch< T, A > &sketch) | ebpps_sketch< T, A > | |
| merge(ebpps_sketch< T, A > &&sketch) | ebpps_sketch< T, A > | |
| reset() | ebpps_sketch< T, A > | |
| serialize(unsigned header_size_bytes=0, const SerDe &sd=SerDe()) const | ebpps_sketch< T, A > | |
| serialize(std::ostream &os, const SerDe &sd=SerDe()) const | ebpps_sketch< T, A > | |
| to_string() const | ebpps_sketch< T, A > | |
| update(const T &item, double weight=1.0) | ebpps_sketch< T, A > | |
| update(T &&item, double weight=1.0) | ebpps_sketch< T, A > | |