|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
This is the complete list of members for Aleph::HyperLogLog< T >, including all inherited members.
| alpha_m_ | Aleph::HyperLogLog< T > | private |
| b_ | Aleph::HyperLogLog< T > | private |
| clear() | Aleph::HyperLogLog< T > | inline |
| compute_alpha(const size_t m) noexcept | Aleph::HyperLogLog< T > | inlineprivatestatic |
| compute_m_or_throw(const uint8_t b) | Aleph::HyperLogLog< T > | inlineprivatestatic |
| estimate() const noexcept | Aleph::HyperLogLog< T > | inline |
| hash64(const T &val) noexcept | Aleph::HyperLogLog< T > | inlineprivatestatic |
| HyperLogLog(const uint8_t b=12) | Aleph::HyperLogLog< T > | inlineexplicit |
| m_ | Aleph::HyperLogLog< T > | private |
| merge(const HyperLogLog &other) | Aleph::HyperLogLog< T > | inline |
| num_registers() const noexcept | Aleph::HyperLogLog< T > | inline |
| registers_ | Aleph::HyperLogLog< T > | private |
| update(const T &val) | Aleph::HyperLogLog< T > | inline |